C# 클래스 Composite.C1Console.Trees.Foundation.DateTimeFormater

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 프로퍼티들

프로퍼티 타입 설명
DateTime_Day System.Reflection.PropertyInfo
DateTime_Hour System.Reflection.PropertyInfo
DateTime_Minute System.Reflection.PropertyInfo
DateTime_Month System.Reflection.PropertyInfo
DateTime_Second System.Reflection.PropertyInfo
DateTime_Year System.Reflection.PropertyInfo

공개 메소드들

메소드 설명
DateTimeFormater ( string format ) : System
Deserialize ( string serializedValue, System.DateTime currentTime = null ) : System.DateTime
FormatLabel ( object dateTimeValue ) : string
GetDateTime ( object value ) : System.DateTime
GetTupleConstructor ( ) : ConstructorInfo
GetTupleMembers ( ) : System.Reflection.MethodInfo[]
IsDateTimeGroupingValue ( object value ) : bool
Serialize ( object value ) : string
SerializeDateTime ( System.DateTime value ) : string

비공개 메소드들

메소드 설명
DateTimeFormater ( ) : System
SetFormat ( string pattern, string &format ) : void
ValidateFieldsCount ( ) : void

메소드 상세

DateTimeFormater() 공개 메소드

public DateTimeFormater ( string format ) : System
format string
리턴 System

Deserialize() 공개 정적인 메소드

public static Deserialize ( string serializedValue, System.DateTime currentTime = null ) : System.DateTime
serializedValue string
currentTime System.DateTime
리턴 System.DateTime

FormatLabel() 공개 메소드

public FormatLabel ( object dateTimeValue ) : string
dateTimeValue object
리턴 string

GetDateTime() 공개 메소드

public GetDateTime ( object value ) : System.DateTime
value object
리턴 System.DateTime

GetTupleConstructor() 공개 메소드

public GetTupleConstructor ( ) : ConstructorInfo
리턴 System.Reflection.ConstructorInfo

GetTupleMembers() 공개 메소드

public GetTupleMembers ( ) : System.Reflection.MethodInfo[]
리턴 System.Reflection.MethodInfo[]

IsDateTimeGroupingValue() 공개 메소드

public IsDateTimeGroupingValue ( object value ) : bool
value object
리턴 bool

Serialize() 공개 메소드

public Serialize ( object value ) : string
value object
리턴 string

SerializeDateTime() 공개 메소드

public SerializeDateTime ( System.DateTime value ) : string
value System.DateTime
리턴 string

프로퍼티 상세

DateTime_Day 공개적으로 정적으로 프로퍼티

public static PropertyInfo,System.Reflection DateTime_Day
리턴 System.Reflection.PropertyInfo

DateTime_Hour 공개적으로 정적으로 프로퍼티

public static PropertyInfo,System.Reflection DateTime_Hour
리턴 System.Reflection.PropertyInfo

DateTime_Minute 공개적으로 정적으로 프로퍼티

public static PropertyInfo,System.Reflection DateTime_Minute
리턴 System.Reflection.PropertyInfo

DateTime_Month 공개적으로 정적으로 프로퍼티

public static PropertyInfo,System.Reflection DateTime_Month
리턴 System.Reflection.PropertyInfo

DateTime_Second 공개적으로 정적으로 프로퍼티

public static PropertyInfo,System.Reflection DateTime_Second
리턴 System.Reflection.PropertyInfo

DateTime_Year 공개적으로 정적으로 프로퍼티

public static PropertyInfo,System.Reflection DateTime_Year
리턴 System.Reflection.PropertyInfo