C# Класс TrueVault.Net.Dto.Schema.SchemaFieldDto

Показать файл Открыть проект

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

Метод Описание
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"

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

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

Convenience method to set the type of this Field to "boolean"
public AsBoolean ( ) : SchemaFieldDto
Результат SchemaFieldDto

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

Convenience method to set the type of this Field to "date"
public AsDate ( ) : SchemaFieldDto
Результат SchemaFieldDto

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

Convenience method to set the type of this Field to "float"
public AsFloat ( ) : SchemaFieldDto
Результат SchemaFieldDto

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

Convenience method to set the type of this Field to "integer"
public AsInteger ( ) : SchemaFieldDto
Результат SchemaFieldDto

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

Convenience method to set the type of this Field to "long"
public AsLong ( ) : SchemaFieldDto
Результат SchemaFieldDto

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

Convenience method to set the type of this Field to "string"
public AsString ( ) : SchemaFieldDto
Результат SchemaFieldDto