public sealed class SettingsUnitCategoryDescriptor : StorageSerializable,
IEquatable<SettingsUnitCategoryDescriptor>, IRegistryItem<Guid>, INamedObject,
INamedItemPublic NotInheritable Class SettingsUnitCategoryDescriptor
Inherits StorageSerializable
Implements IEquatable(Of SettingsUnitCategoryDescriptor), IRegistryItem(Of Guid),
INamedObject, INamedItempublic ref class SettingsUnitCategoryDescriptor sealed : public StorageSerializable,
IEquatable<SettingsUnitCategoryDescriptor^>, IRegistryItem<Guid>, INamedObject,
INamedItem[<SealedAttribute>]
type SettingsUnitCategoryDescriptor =
class
inherit StorageSerializable
interface IEquatable<SettingsUnitCategoryDescriptor>
interface IRegistryItem<Guid>
interface INamedObject
interface INamedItem
end| 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:
|
| 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. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Переопределяет ObjectGetHashCode) |
| GetName | Возвращает имя объекта. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| Serialize | Выполняет сериализацию полей объекта в заданное хранилище. (Унаследован от StorageSerializable) |
| SerializeCore | Выполняет сериализацию полей объекта в заданное хранилище. (Переопределяет StorageSerializableSerializeCore(DictionaryString, Object)) |
| ToString | Returns 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. |