Skip to main content
Definition of the three periods for status monitors and some other settings per saint entity.

Constructors

NSSaintConfiguration()

Initializes a new instance of the NSSaintConfiguration class.

Methods

GetEnabled()

Returns: CRMScript.Global.Bool - On/off switch for Saint functionality for this entity. Example:

GetGenerationEnd()

Returns: CRMScript.Global.DateTime - When was the last regeneration finished. Example:

GetGenerationStart()

Returns: CRMScript.Global.DateTime - When was the last regeneration started. Example:

GetOwnerTable()

Returns: CRMScript.Global.Integer - The table that is the owning entity. Example:

GetPeriod1()

Returns: CRMScript.Global.Integer - Length of the first counter period. Example:

GetPeriod2()

Returns: CRMScript.Global.Integer - Length of the second counter period. Example:

GetPeriod3()

Returns: CRMScript.Global.Integer - Length of the third counter period. Example:

GetRowsGenerated()

Returns: CRMScript.Global.Integer - Number of CounterValue rows generated for this entity. Example:

SetEnabled(Bool)

Returns: CRMScript.Global.Void Example:

SetGenerationEnd(DateTime)

Returns: CRMScript.Global.Void Example:

SetGenerationStart(DateTime)

Returns: CRMScript.Global.Void Example:

SetOwnerTable(Integer)

Returns: CRMScript.Global.Void Example:

SetPeriod1(Integer)

Returns: CRMScript.Global.Void Example:

SetPeriod2(Integer)

Returns: CRMScript.Global.Void Example:

SetPeriod3(Integer)

Returns: CRMScript.Global.Void Example:

SetRowsGenerated(Integer)

Returns: CRMScript.Global.Void Example: