NotesIsReservesChange(Object) Method

Indicates whether the note type (NoteType) generates stock reserves.

Definition

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

Parameters

codeType  Object
Code type object.

Return Value

Boolean
if the note type generates stock reserves; otherwise, .

See Also