C# Class TrueVault.Net.Dto.Schema.SchemaFieldDto

Afficher le fichier Open project: hsrob/TrueVault.Net

Méthodes publiques

Méthode Description
AsBoolean ( ) : SchemaFieldDto

Convenience method to set the type of this Field to "boolean"

AsDate ( ) : SchemaFieldDto

Convenience method to set the type of this Field to "date"

AsFloat ( ) : SchemaFieldDto

Convenience method to set the type of this Field to "float"

AsInteger ( ) : SchemaFieldDto

Convenience method to set the type of this Field to "integer"

AsLong ( ) : SchemaFieldDto

Convenience method to set the type of this Field to "long"

AsString ( ) : SchemaFieldDto

Convenience method to set the type of this Field to "string"

Method Details

AsBoolean() public méthode

Convenience method to set the type of this Field to "boolean"
public AsBoolean ( ) : SchemaFieldDto
Résultat SchemaFieldDto

AsDate() public méthode

Convenience method to set the type of this Field to "date"
public AsDate ( ) : SchemaFieldDto
Résultat SchemaFieldDto

AsFloat() public méthode

Convenience method to set the type of this Field to "float"
public AsFloat ( ) : SchemaFieldDto
Résultat SchemaFieldDto

AsInteger() public méthode

Convenience method to set the type of this Field to "integer"
public AsInteger ( ) : SchemaFieldDto
Résultat SchemaFieldDto

AsLong() public méthode

Convenience method to set the type of this Field to "long"
public AsLong ( ) : SchemaFieldDto
Résultat SchemaFieldDto

AsString() public méthode

Convenience method to set the type of this Field to "string"
public AsString ( ) : SchemaFieldDto
Résultat SchemaFieldDto