C# 클래스 Dovetail.SDK.Clarify.ClarifyDataRowExtensions

파일 보기 프로젝트 열기: DovetailSoftware/dovetail-bootstrap

공개 메소드들

메소드 설명
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[]

메소드 상세

AsDateTime() 공개 정적인 메소드

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

AsInt() 공개 정적인 메소드

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

AsString() 공개 정적인 메소드

public static AsString ( this row, string fieldName ) : string
row this
fieldName string
리턴 string

AsTrimmedString() 공개 정적인 메소드

public static AsTrimmedString ( this row, string fieldName ) : string
row this
fieldName string
리턴 string

DataRows() 공개 정적인 메소드

public static DataRows ( this generic ) : IEnumerable
generic this
리턴 IEnumerable

DatabaseIdentifier() 공개 정적인 메소드

public static DatabaseIdentifier ( this row ) : int
row this
리턴 int

RelatedRows() 공개 정적인 메소드

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