C# 클래스 Octopus.Client.Model.Forms.Control

An visual component of a Form.
파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe 1 사용 예제들

공개 메소드들

메소드 설명
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