SettingsUnitCategoryDescriptor - класс

Descriptor for settings unit category created programmatically.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public sealed class SettingsUnitCategoryDescriptor : StorageSerializable, 
	IEquatable<SettingsUnitCategoryDescriptor>, IRegistryItem<Guid>, INamedObject, 
	INamedItem
Inheritance
Object    StorageSerializable    SettingsUnitCategoryDescriptor
Implements
IEquatableSettingsUnitCategoryDescriptor, INamedItem, INamedObject, IRegistryItemGuid

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

SettingsUnitCategoryDescriptorИнициализирует новый экземпляр класса SettingsUnitCategoryDescriptor

Свойства

Caption Localizable caption of the category for display. Must not be equal to an empty string or a string consisting only of Unicode whitespace characters.
Icon Icon of the category for display.
ID Unique identifier of the descriptor. Used only for platform.
Name Path to the category where the settings unit is located. The value must satisfy the CategoryPattern pattern.
The "/" symbol is used to separate categories:
  • Categorycategory
  • Subcategorycategory/subcategory

Методы

DeserializeВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeAndGetCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Унаследован от StorageSerializable)
DeserializeCoreВыполняет десериализацию полей объекта из заданного хранилища.
(Переопределяет StorageSerializableDeserializeCore(DictionaryString, Object))
Equals(Object)Determines whether the specified object is equal to the current object.
(Переопределяет ObjectEquals(Object))
Equals(SettingsUnitCategoryDescriptor)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)
GetHashCodeServes as the default hash function.
(Переопределяет ObjectGetHashCode)
GetName Возвращает имя объекта.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SerializeВыполняет сериализацию полей объекта в заданное хранилище.
(Унаследован от StorageSerializable)
SerializeCoreВыполняет сериализацию полей объекта в заданное хранилище.
(Переопределяет StorageSerializableSerializeCore(DictionaryString, Object))
ToStringReturns a string that represents the current object.
(Переопределяет ObjectToString)

Операторы

(SettingsUnitCategoryDescriptor to Guid) Returns the settings unit category identifier from the descriptor.
(SettingsUnitCategoryDescriptor to String) Returns the settings unit category name from the descriptor.

См. также