NotesStatusIsValid(Object) Method

Indicates whether the note status is a valid type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool StatusIsValid(
	Object codeStatus
)

Parameters

codeStatus  Object
Code status object.

Return Value

Boolean
if the note status is a valid type; otherwise, .

See Also