NotesIsOrder(Object) Method

Indicates whether the type of note is a purchase or sale order.

Definition

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

Parameters

codeType  Object
Code type object.

Return Value

Boolean
if the note type is a purchase or sale order; otherwise, .

See Also