NotesIsOrder(Object) Method
Indicates whether the type of note is a purchase or sale order.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsOrder(
Object codeType
)
Public Shared Function IsOrder (
codeType As Object
) As Boolean
- codeType Object
- Code type object.
Boolean if the note type is a purchase or sale order; otherwise,
.