SIFWorks ADK 2.0
Credits Property
NamespacesEdustructures.SifWorks.FoodFSAmountCredits

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the Credits attribute.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<decimal> Credits{ get; set;}
Public Property Credits As Nullable(Of Decimal)
public:
property Nullable<Decimal> Credits {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}
Value
The Credits attribute of this object.
Remarks

The SIF specification defines the meaning of this attribute as: " Number of credits. This attribute does not apply to Cash or Value and hence has a value 0. It only applies to types BreakfastCredit and LunchCredit. "

This attribute is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering attributes of this kind.

VersionTag
1.5r1
<Quantity>
2.0
<Credits>

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10