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

显示文件 Open project: hsrob/TrueVault.Net

Public Methods

Method 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 method

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

AsDate() public method

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

AsFloat() public method

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

AsInteger() public method

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

AsLong() public method

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

AsString() public method

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