C# Класс Octopus.Client.Model.Forms.Control

An visual component of a Form.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CoerceValue ( string value ) : object

Convert a string into the native type supported by the control. Only supported if GetNativeValueType returns a non-null type.

GetNativeValueType ( ) : Type

Get the native value type supported by the control. If the value returned is null, the control does not support values.

Описание методов

CoerceValue() публичный Метод

Convert a string into the native type supported by the control. Only supported if GetNativeValueType returns a non-null type.
public CoerceValue ( string value ) : object
value string The value to coerce. Must not be null or whitespace.
Результат object

GetNativeValueType() публичный Метод

Get the native value type supported by the control. If the value returned is null, the control does not support values.
public GetNativeValueType ( ) : Type
Результат System.Type