C# Class Rock.CheckIn.CheckInSchedule

Inheritance: Lava.ILiquidizable
Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description
this object

Public Methods

Method Description
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.

Private Methods

Method Description
this ( object key ) : object

Method Details

ContainsKey() public method

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

ToLiquid() public method

To the liquid.
public ToLiquid ( ) : object
return object

ToString() public method

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