======Класс PropertyTypeConverter====== * **Пространство имен:** [[developers:references:topomatic.componentmodel|Topomatic.ComponentModel]] * **Сборка:** Topomatic.ComponentModel (в Topomatic.ComponentModel.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * Topomatic.ComponentModel.PropertyTypeConverter * [[developers:references:topomatic.alg.runtime.communications.design.binarytypeconverter|Topomatic.Alg.Runtime.Communications.Design.BinaryTypeConverter]] * [[developers:references:topomatic.alg.runtime.shaftpipes.design.binarytypeconverter|Topomatic.Alg.Runtime.ShaftPipes.Design.BinaryTypeConverter]] * [[developers:references:topomatic.alg.runtime.wrappers.objectidwrapperconverter|Topomatic.Alg.Runtime.Wrappers.ObjectIdWrapperConverter]] * [[developers:references:topomatic.cad.view.design.vectoraxeconverter|Topomatic.Cad.View.Design.VectorAxeConverter]] * [[developers:references:topomatic.cds.design.boardcolorconverterattribute|Topomatic.Cds.Design.BoardColorConverterAttribute]] * [[developers:references:topomatic.cds.design.denyeditvaluelistconverterattribute|Topomatic.Cds.Design.DenyEditValueListConverterAttribute]] * [[developers:references:topomatic.componentmodel.baseenumconverter|Topomatic.ComponentModel.BaseEnumConverter]] * [[developers:references:topomatic.componentmodel.basenumberconverter|Topomatic.ComponentModel.BaseNumberConverter]] * [[developers:references:topomatic.componentmodel.booleanconverter|Topomatic.ComponentModel.BooleanConverter]] * [[developers:references:topomatic.componentmodel.dateconverter|Topomatic.ComponentModel.DateConverter]] * [[developers:references:topomatic.componentmodel.stringconverter|Topomatic.ComponentModel.StringConverter]] * [[developers:references:topomatic.crs.design.editcontourconvetrer|Topomatic.Crs.Design.EditContourConvetrer]] * [[developers:references:topomatic.dwg.ui.borderconverter|Topomatic.Dwg.UI.BorderConverter]] * [[developers:references:topomatic.dwg.ui.emptyconverter|Topomatic.Dwg.UI.EmptyConverter]] * [[developers:references:topomatic.dwg.ui.design.areasignnameconverter|Topomatic.Dwg.UI.Design.AreaSignNameConverter]] * [[developers:references:topomatic.dwg.ui.design.linearsignnameconverter|Topomatic.Dwg.UI.Design.LinearSignNameConverter]] * [[developers:references:topomatic.dwg.ui.design.pointsignnameconverter|Topomatic.Dwg.UI.Design.PointSignNameConverter]] * [[developers:references:topomatic.dwg.ui.design.scaleconverter|Topomatic.Dwg.UI.Design.ScaleConverter]] * [[developers:references:topomatic.planchet.design.scaleconverter|Topomatic.Planchet.Design.ScaleConverter]] * [[developers:references:topomatic.smt.design.semanticbooleanconverter|Topomatic.Smt.Design.SemanticBooleanConverter]] * [[developers:references:topomatic.smt.design.semanticjumperconverter|Topomatic.Smt.Design.SemanticJumperConverter]] =====Синтаксис===== public abstract class PropertyTypeConverter =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.propertytypeconverter.canconvertfromstring_system.type|CanConvertFromString(Type)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.propertytypeconverter.canconverttostring_system.type|CanConvertToString(Type)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.propertytypeconverter.convertfromstring_system.string|ConvertFromString(String)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.propertytypeconverter.converttostring_system.object|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:static.png|Статический}}|[[developers:references:topomatic.componentmodel.propertytypeconverter.toobject_system.string_system.type|ToObject(String, Type)]]| | |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.componentmodel.propertytypeconverter.tostring_system.object|ToString(Object)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:system.object.tostring|ToString()]]| Возвращает строку, представляющую текущий объект. (Наследуется от [[developers:references:system.object|Object]].)|