C# Class Rock.CheckIn.CheckInLabel

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

Private Properties

Property Type Description

Public Methods

Method Description
CheckInLabel ( ) : System

Initializes a new instance of the CheckInLabel class.

CheckInLabel ( KioskLabel kioskLabel, object>.Dictionary mergeObjects ) : System

Initializes a new instance of the CheckInLabel class.

Method Details

CheckInLabel() public method

Initializes a new instance of the CheckInLabel class.
public CheckInLabel ( ) : System
return System

CheckInLabel() public method

Initializes a new instance of the CheckInLabel class.
public CheckInLabel ( KioskLabel kioskLabel, object>.Dictionary mergeObjects ) : System
kioskLabel KioskLabel The label.
mergeObjects object>.Dictionary The merge objects.
return System