C# Class Octopus.Client.Model.Forms.Checkbox

A Boolean option.
Inheritance: Control
Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode Description
Checkbox ( string text ) : System
CoerceValue ( string value ) : object
GetNativeValueType ( ) : Type

Method Details

Checkbox() public méthode

public Checkbox ( string text ) : System
text string
Résultat System

CoerceValue() public méthode

public CoerceValue ( string value ) : object
value string
Résultat object

GetNativeValueType() public méthode

public GetNativeValueType ( ) : Type
Résultat System.Type