Click or drag to resize
FdoFeatureMetaProperty Class
Represents feature meta-property.
Inheritance Hierarchy

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

The FdoFeatureMetaProperty type exposes the following members.

Constructors
  NameDescription
Public methodFdoFeatureMetaProperty
Initializes a new instance of the FdoFeatureMetaProperty class
Public methodFdoFeatureMetaProperty(FdoFeatureMetaPropertyType, Object)
Initializes a new instance of the FdoFeatureMetaProperty class
Top
Properties
  NameDescription
Public propertyMetaType
Gets or sets feature meta-property type.
Top
Methods
  NameDescription
Public methodGetMetaPropertyName
Returns feature meta-property name.
Public methodGetMetaPropertyType
Returns feature meta-property type.
Top
Remarks