Version

DataRowMetadata Class Members

The following tables list the members exposed by DataRowMetadata.

Public Constructors
 NameDescription
Public ConstructorDataRowMetadata ConstructorInitializes a new instance of the DataRowMetadata class.  
Public Properties
 NameDescription
Public PropertyDataLevelsGets an array of ids of level metadata added to this DataRowMetadata.  
Public PropertyDataObjectGets the instance of the object that this DataPropertyMetadata describes.  
Public PropertyDataPropertiesGets an array of DataPropertyMetadata added to this DataRowMetadata.  
Public PropertyPropertiesCountGets the count of the DataPropertyMetadata items added to this DataRowMetadata.  
Public Methods
 NameDescription
Public MethodAddLevelDescriptorMetadata  
Public MethodAddPropertyMetadataAdds a new DataPropertyMetadata to the internal property medatada array.  
Protected Methods
 NameDescription
Protected MethodOnPropertyChanged  
Public Events
 NameDescription
Public EventPropertyChangedOccurs when a property value changes.  
See Also