C# 클래스 Aqueduct.Extensions.ControlExtensions

파일 보기 프로젝트 열기: aqueduct/Aqueduct.SitecoreLib

공개 메소드들

메소드 설명
ToDateTime ( this control ) : DateTime?
ToDecimal ( this control ) : decimal?
ToGuid ( this control ) : Guid?
ToInt32 ( this control ) : int?

메소드 상세

ToDateTime() 공개 정적인 메소드

public static ToDateTime ( this control ) : DateTime?
control this
리턴 DateTime?

ToDecimal() 공개 정적인 메소드

public static ToDecimal ( this control ) : decimal?
control this
리턴 decimal?

ToGuid() 공개 정적인 메소드

public static ToGuid ( this control ) : Guid?
control this
리턴 Guid?

ToInt32() 공개 정적인 메소드

public static ToInt32 ( this control ) : int?
control this
리턴 int?