IMetadataObject Members
Include Protected Members
Include Inherited Members
Represents a metadata object.
The IMetadataObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier of the metadata object. (Inherited from IMetadataStruct.) | |
IsCached | Determines whether the metadata object is cached in memory. (Inherited from IMetadataStruct.) | |
Name | Gets the name of the metadata object. (Inherited from IMetadataStruct.) |
Top
Methods
Name | Description | |
---|---|---|
ContainsLocalizedDisplayName | Determines whether this metadata object contains a localized display name. | |
GetDefaultDisplayName | Returns the default display name of this metadata object. | |
GetLocalizedDisplayName | Returns the localized display name of this metadata object. | |
GetLocalizedNames | Returns the localized names of this metadata object. | |
GetProperties | Returns the properties of this metadata object. |
Top