public sealed class SettingsUnitDescriptor : StorageSerializable,
IEquatable<SettingsUnitDescriptor>, IRegistryItem<Guid>, INamedObject,
INamedItemPublic NotInheritable Class SettingsUnitDescriptor
Inherits StorageSerializable
Implements IEquatable(Of SettingsUnitDescriptor), IRegistryItem(Of Guid),
INamedObject, INamedItempublic ref class SettingsUnitDescriptor sealed : public StorageSerializable,
IEquatable<SettingsUnitDescriptor^>, IRegistryItem<Guid>, INamedObject,
INamedItem[<SealedAttribute>]
type SettingsUnitDescriptor =
class
inherit StorageSerializable
interface IEquatable<SettingsUnitDescriptor>
interface IRegistryItem<Guid>
interface INamedObject
interface INamedItem
end| SettingsUnitDescriptor | Инициализирует новый экземпляр класса SettingsUnitDescriptor |
| Caption | Localizable caption of the settings unit for display. Must not be equal to an empty string or a string consisting only of Unicode whitespace characters. |
| Category |
Path to the category where the settings unit is located.
The value must satisfy the CategoryPattern pattern. The "/" symbol is used to separate categories:
|
| Description | Localizable description of the settings unit for display. Can be if no description is provided. |
| GroupID | Group unique identifier to check access permissions. |
| ID | Unique identifier of the settings unit. |
| Name | Unique name of the settings unit. The value must satisfy the NamePattern pattern. |
| Order | Sequential number for displaying the settings unit within the category. |
| Deserialize | Выполняет десериализацию полей объекта из заданного хранилища. (Унаследован от StorageSerializable) |
| DeserializeAndGetCore | Выполняет десериализацию полей объекта из заданного хранилища. (Унаследован от StorageSerializable) |
| DeserializeCore | Выполняет десериализацию полей объекта из заданного хранилища. (Переопределяет StorageSerializableDeserializeCore(DictionaryString, Object)) |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Переопределяет ObjectEquals(Object)) |
| Equals(SettingsUnitDescriptor) | 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) |
| (SettingsUnitDescriptor to Guid) | Returns the settings unit identifier from the descriptor. |
| (SettingsUnitDescriptor to String) | Returns the settings unit name from the descriptor. |