Delen via


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
Public method Equals(Object) Determines whether two instances of LevelProperty are equal. (Overrides Object.Equals(Object).)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Overrides Object.GetHashCode().)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Returns a String that represents the current Object. (Overrides Object.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality(LevelProperty, LevelProperty) Determines whether two LevelProperty objects are equal.
Public operatorStatic member Inequality(LevelProperty, LevelProperty) Determines whether two LevelProperty objects are not equal.

Top

Properties

  Name Description
Public property Caption Gets the caption of the LevelProperty.
Public property Description Gets the description of the LevelProperty.
Public property Name Gets the name of the LevelProperty.
Public property ParentLevel Gets a Level that contains the LevelProperty.
Public property UniqueName Gets the fully-qualified name of the LevelProperty.

Top