LevelProperty Members
Include Protected Members
Include Inherited Members
Represents a member property available on members in the level.
The LevelProperty type exposes the following members.
Methods
Name | Description | |
---|---|---|
{dtor}() | Releases all resources used by the LevelProperty. | |
Dispose() | Releases all resources used by the LevelProperty. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Caption | Gets the caption of the LevelProperty. | |
Description | Gets the description of the LevelProperty. | |
Name | Gets the name of the LevelProperty. | |
ParentLevel | Gets a Level that contains the LevelProperty. | |
UniqueName | Gets the fully-qualified name of the LevelProperty. |
Top