C# 클래스 Rock.CheckIn.CheckInSchedule

상속: Lava.ILiquidizable
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명
this object

공개 메소드들

메소드 설명
ContainsKey ( object key ) : bool

Determines whether the specified key contains key.

ToLiquid ( ) : object

To the liquid.

ToString ( ) : string

Returns a System.String that represents this instance.

비공개 메소드들

메소드 설명
this ( object key ) : object

메소드 상세

ContainsKey() 공개 메소드

Determines whether the specified key contains key.
public ContainsKey ( object key ) : bool
key object The key.
리턴 bool

ToLiquid() 공개 메소드

To the liquid.
public ToLiquid ( ) : object
리턴 object

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string