Click or drag to resize
FdoFeatureProperty Class
Represents feature property.
Inheritance Hierarchy

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public class FdoFeatureProperty : IFdoFeatureProperty

The FdoFeatureProperty type exposes the following members.

Constructors
  NameDescription
Public methodFdoFeatureProperty
Initializes a new instance of the FdoFeatureProperty class
Public methodFdoFeatureProperty(FdoFeatureProperty)
Initializes a new instance of the FdoFeatureProperty class
Public methodFdoFeatureProperty(String, Object)
Initializes a new instance of the FdoFeatureProperty class
Public methodFdoFeatureProperty(Attribute, Object)
Initializes a new instance of the FdoFeatureProperty class
Public methodFdoFeatureProperty(String, Object, FdoFeaturePropertyType)
Initializes a new instance of the FdoFeatureProperty class
Top
Properties
  NameDescription
Public propertyIsEmpty
Returns True if object instance is considered empty, otherwise returns False.
Public propertyName
Gets or sets the name of the object instance.
Public propertyType
Gets or sets feature property type.
Public propertyValue
Gets or sets feature property value.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodGetTypeName
Returns String representation of the underlying type.
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodMerge
Merges specified object instance data with caller object data and stores result into the caller object. Provides optional resolution for merging caller and callee values.
Top
Remarks