Freigeben über


LevelProperty-Member

Represents a member property available on members in the level.

Der LevelProperty-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two instances of LevelProperty are equal. (Überschreibt Object. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns a String that represents the current Object. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two LevelProperty objects are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two LevelProperty objects are not equal.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Caption Gets the caption of the LevelProperty.
Öffentliche Eigenschaft Description Gets the description of the LevelProperty.
Öffentliche Eigenschaft Name Gets the name of the LevelProperty.
Öffentliche Eigenschaft ParentLevel Gets a Level that contains the LevelProperty.
Öffentliche Eigenschaft UniqueName Gets the fully-qualified name of the LevelProperty.

Zum Anfang