C# Class Dovetail.SDK.Clarify.ClarifyDataRowExtensions

Afficher le fichier Open project: DovetailSoftware/dovetail-bootstrap

Méthodes publiques

Méthode 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 méthode

public static AsDateTime ( this row, string fieldName ) : System.DateTime
row this
fieldName string
Résultat System.DateTime

AsInt() public static méthode

public static AsInt ( this row, string fieldName ) : int
row this
fieldName string
Résultat int

AsString() public static méthode

public static AsString ( this row, string fieldName ) : string
row this
fieldName string
Résultat string

AsTrimmedString() public static méthode

public static AsTrimmedString ( this row, string fieldName ) : string
row this
fieldName string
Résultat string

DataRows() public static méthode

public static DataRows ( this generic ) : IEnumerable
generic this
Résultat IEnumerable

DatabaseIdentifier() public static méthode

public static DatabaseIdentifier ( this row ) : int
row this
Résultat int

RelatedRows() public static méthode

public static RelatedRows ( this row, string relation ) : ClarifyDataRow[]
row this
relation string
Résultat ClarifyDataRow[]