MetadataObject Members
Include Protected Members
Include Inherited Members
Represents the basic object that is used to hold information about data.
The MetadataObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
MetadataObject | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DefaultDisplayName | Gets or sets the default display name. |
![]() |
Id | Gets the identifier of the MetadataObject object. |
![]() |
IsCached | Indicates whether the object is cached. |
![]() |
LocalizedDisplayName | Gets or sets the localized display name. |
![]() |
LocalizedDisplayNames | Gets the collection of localized display names. |
![]() |
Name | Gets or sets the name of the object. |
![]() |
Properties | Gets the property collection of the object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContainsLocalizedDisplayName | Indicates whether the object contains a localized display name. |
![]() |
Delete | Deletes the MetadataObject object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Read | When overridden in a derived class, reads the metadata object from the metadata store and creates an object. |
![]() |
ReadCommon | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates the object. |
![]() |
WriteSlicedXml | Writes a sliced XML fragment in the metadata store. |
![]() |
WriteXml(PackageContents) | Returns the XML representation of the MetadataObject. |
![]() |
WriteXml(PackageContents, String) | Returns the XML representation of the MetadataObject, which is generated using the properties, localized names, and access control entries from the specified setting. |
Top