NormalizationDescriptor - класс

Дескриптор, описывающий конкретный справочник нормализации.

Definition

Пространство имён: Tessa.Normalization
Сборка: Tessa (в Tessa.dll) Версия: 4.1.2+ac00b751d96737b4807faf65558b5b5cbc5f2230
C#
public sealed class NormalizationDescriptor : IEquatable<NormalizationDescriptor>, 
	INamedItem, IRegistryItem<Guid>
Inheritance
Object    NormalizationDescriptor
Implements
IEquatable<NormalizationDescriptor>, INamedItem, IRegistryItem<Guid>

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

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

Свойства

ID Идентификатор справочника нормализации.
KeyType Тип ключа в нормализуемом справочнике.
Name Имя справочника нормализации.

Методы

Equals(NormalizationDescriptor)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Determines whether the specified object is equal to the current object.
(Переопределяет Object.Equals(Object))
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.
(Переопределяет Object.GetHashCode())
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Переопределяет Object.ToString())

Операторы

Explicit(NormalizationDescriptor to Guid) Возвращает идентификатор справочника нормализации по дескриптору.

См. также