======Класс DenyEditValueListConverterAttribute====== * **Пространство имен:** [[developers:references:topomatic.cds.design|Topomatic.Cds.Design]] * **Сборка:** Topomatic.Cds (в Topomatic.Cds.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:topomatic.componentmodel.propertytypeconverter|Topomatic.ComponentModel.PropertyTypeConverter]] * Topomatic.Cds.Design.DenyEditValueListConverterAttribute =====Синтаксис===== class DenyEditValueListConverterAttribute : PropertyTypeConverter =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cds.design.denyeditvaluelistconverterattribute..ctor|DenyEditValueListConverterAttribute()]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cds.design.denyeditvaluelistconverterattribute.canconvertfromstring_system.type|CanConvertFromString(Type)]]| (Переопределяет [[developers:references:topomatic.componentmodel.propertytypeconverter.canconvertfromstring_system.type|PropertyTypeConverter.CanConvertFromString(Type)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cds.design.denyeditvaluelistconverterattribute.canconverttostring_system.type|CanConvertToString(Type)]]| (Переопределяет [[developers:references:topomatic.componentmodel.propertytypeconverter.canconverttostring_system.type|PropertyTypeConverter.CanConvertToString(Type)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cds.design.denyeditvaluelistconverterattribute.convertfromstring_system.string|ConvertFromString(String)]]| (Переопределяет [[developers:references:topomatic.componentmodel.propertytypeconverter.convertfromstring_system.string|PropertyTypeConverter.ConvertFromString(String)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cds.design.denyeditvaluelistconverterattribute.converttostring_system.object|ConvertToString(Object)]]| (Переопределяет [[developers:references:topomatic.componentmodel.propertytypeconverter.converttostring_system.object|PropertyTypeConverter.ConvertToString(Object)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.equals_system.object|Equals(Object)]]| Определяет, равен ли заданный объект текущему объекту. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gethashcode|GetHashCode()]]| Служит хэш-функцией по умолчанию. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gettype|GetType()]]| Возвращает объект [[developers:references:system.type|Type]] для текущего экземпляра. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.tostring|ToString()]]| Возвращает строку, представляющую текущий объект. (Наследуется от [[developers:references:system.object|Object]].)|