NotesIsSale(Object) Method

Indicates whether the type of note is a sales note.

Definition

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

Parameters

codeType  Object
Code type.

Return Value

Boolean
if the note type is a sales note; otherwise, .

See Also