C# Class Rock.CheckIn.CheckInSchedule

Inheritance: Lava.ILiquidizable
Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description
this object

Méthodes publiques

Méthode 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

Méthode Description
this ( object key ) : object

Method Details

ContainsKey() public méthode

Determines whether the specified key contains key.
public ContainsKey ( object key ) : bool
key object The key.
Résultat bool

ToLiquid() public méthode

To the liquid.
public ToLiquid ( ) : object
Résultat object

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string