SettingsUnitKey - класс

Key for identifying a settings unit or fragment.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public sealed class SettingsUnitKey : IEquatable<SettingsUnitKey>
Inheritance
Object    SettingsUnitKey
Implements
IEquatableSettingsUnitKey

Конструкторы

SettingsUnitKey Key for identifying a settings unit or fragment.

Свойства

FragmentID Unique identifier of the settings fragment.
FragmentName Unique name of the settings fragment.
ID Unique identifier of the settings unit or fragment.
IsFragment Indicates that the key describes a fragment.
Name Unique name of the settings unit or fragment.
UnitID Unique identifier of the settings unit.
UnitName Unique name of the settings unit.

Методы

Deserialize Deserializes SettingsUnitKey instance from a dictionary storage.
Equals(Object)Determines whether the specified object is equal to the current object.
(Переопределяет ObjectEquals(Object))
Equals(SettingsUnitKey)Indicates whether the current object is equal to another object of the same type.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
FromDescriptor Creates a SettingsUnitKey instance from a SettingsUnitDescriptor.
FromRecord Creates a SettingsUnitKey instance from a SettingsUnitRecord.
GetHashCodeServes as the default hash function.
(Переопределяет ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Serialize Serializes the SettingsUnitKey instance to a dictionary for storage.
ToStringReturns a string that represents the current object.
(Переопределяет ObjectToString)

Операторы

Equality(SettingsUnitKey, SettingsUnitKey) Determines whether two SettingsUnitKey instances are equal.
Inequality(SettingsUnitKey, SettingsUnitKey) Determines whether two SettingsUnitKey instances are not equal.

См. также