DataElement
Derived Types: DEDataset, DEWorkspace
An abstract class that provides basic properties to its derived types.
|
Property |
Type |
Description |
|---|---|---|
|
CatalogPath |
string |
The string used to retrieve the element. |
|
Children |
DataElement[ ] |
The list of sub-elements. |
|
ChildrenExpanded |
bool |
Indicates if the children have been expanded. |
|
ChildrenExpandedSpecified |
bool |
Indicates if ChildrenExpanded is specified. |
|
FullPropsRetrieved |
bool |
Indicates if full properties have been retrieved. |
|
FullPropsRetrievedSpecified |
bool |
Indicates if FullPropsRetrieved is specified. |
|
Metadata |
The PropertySet containing metadata. | |
|
MetadataRetrieved |
bool |
Indicates if the metadata has been retrieved. |
|
MetadataRetrievedSpecified |
bool |
Indicates if MetadataRetrieved is specified. |
|
Name |
string |
The user assigned name for the element. |