C# 클래스 numl.Model.DateTimeProperty

상속: Property
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( object o ) : IEnumerable

Convert an object to a list of numbers.

Convert ( double val ) : object

Convert the numeric representation back to the original type.

DateTimeProperty ( ) : System

Default constructor.

DateTimeProperty ( DatePortion portion ) : System

Constructor.

DateTimeProperty ( DateTimeFeature features ) : System

Constructor.

Equals ( object obj ) : bool

Equality test

GetColumns ( ) : IEnumerable

Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.

GetColumns ( DateTimeFeature features ) : IEnumerable

Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.

GetFeatures ( string features ) : DateTimeFeature

Gets DateTimeFeature enum from enumerated values

GetHashCode ( ) : int

Return hash

비공개 메소드들

메소드 설명
Initialize ( DatePortion portion ) : void

Initializes this object.

메소드 상세

Convert() 공개 메소드

Convert an object to a list of numbers.
Thrown when an object cannot be cast to a required /// type.
public Convert ( object o ) : IEnumerable
o object Object.
리턴 IEnumerable

Convert() 공개 메소드

Convert the numeric representation back to the original type.
public Convert ( double val ) : object
val double .
리턴 object

DateTimeProperty() 공개 메소드

Default constructor.
public DateTimeProperty ( ) : System
리턴 System

DateTimeProperty() 공개 메소드

Constructor.
public DateTimeProperty ( DatePortion portion ) : System
portion DatePortion The portion.
리턴 System

DateTimeProperty() 공개 메소드

Constructor.
public DateTimeProperty ( DateTimeFeature features ) : System
features DateTimeFeature The features.
리턴 System

Equals() 공개 메소드

Equality test
public Equals ( object obj ) : bool
obj object object to compare
리턴 bool

GetColumns() 공개 메소드

Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.
public GetColumns ( ) : IEnumerable
리턴 IEnumerable

GetColumns() 공개 정적인 메소드

Retrieve the list of expanded columns. If there is a one-to-one correspondence between the type and its expansion it will return a single value/.
public static GetColumns ( DateTimeFeature features ) : IEnumerable
features DateTimeFeature Features
리턴 IEnumerable

GetFeatures() 공개 정적인 메소드

Gets DateTimeFeature enum from enumerated values
public static GetFeatures ( string features ) : DateTimeFeature
features string string collection of enum values
리턴 DateTimeFeature

GetHashCode() 공개 메소드

Return hash
public GetHashCode ( ) : int
리턴 int