NotesStatus(Object) Method

Indicates the type of status (NoteStatus) according to the indicated status code.

Definition

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

Parameters

codeStatus  Object
Code status object.

Return Value

NoteStatus
NoteStatus with the type status according to the indicated status code.

Exceptions

See Also