C# Class Dovetail.SDK.Clarify.ClarifyDataRowExtensions

Mostrar archivo Open project: DovetailSoftware/dovetail-bootstrap

Public Methods

Method Description
AsDateTime ( this row, string fieldName ) : System.DateTime
AsInt ( this row, string fieldName ) : int
AsString ( this row, string fieldName ) : string
AsTrimmedString ( this row, string fieldName ) : string
DataRows ( this generic ) : IEnumerable
DatabaseIdentifier ( this row ) : int
RelatedRows ( this row, string relation ) : ClarifyDataRow[]

Method Details

AsDateTime() public static method

public static AsDateTime ( this row, string fieldName ) : System.DateTime
row this
fieldName string
return System.DateTime

AsInt() public static method

public static AsInt ( this row, string fieldName ) : int
row this
fieldName string
return int

AsString() public static method

public static AsString ( this row, string fieldName ) : string
row this
fieldName string
return string

AsTrimmedString() public static method

public static AsTrimmedString ( this row, string fieldName ) : string
row this
fieldName string
return string

DataRows() public static method

public static DataRows ( this generic ) : IEnumerable
generic this
return IEnumerable

DatabaseIdentifier() public static method

public static DatabaseIdentifier ( this row ) : int
row this
return int

RelatedRows() public static method

public static RelatedRows ( this row, string relation ) : ClarifyDataRow[]
row this
relation string
return ClarifyDataRow[]