Sdílet prostřednictvím


Condition.Key Members

Include Protected Members
Include Inherited Members

The Condition.Key class represents the key that identifies the Condition class.

The Condition.Key type exposes the following members.

Constructors

  Name Description
Public method Condition.Key()
Public method Condition.Key(String) Initializes a new instance of the Condition.Key class that has the specified name.
Public method Condition.Key(Condition.Key) Initializes a new instance of the Condition.Key class based on the specified key.

Top

Methods

  Name Description
Public method Equals(SfcKey) (Overrides SfcKeyEquals(SfcKey).)
Public method Equals(Object) (Overrides SfcKeyEquals(Object).)
Public methodStatic member Equals(Object, Object)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Overrides SfcKeyGetHashCode().)
Public method GetType() (Inherited from Object.)
Public method GetUrnFragment() (Overrides SfcKeyGetUrnFragment().)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcKey.)

Top

Properties

  Name Description
Public property Name Gets the name of the Condition key.

Top