Metodo UtilDataToInvDoc |
Namespace: DedNetInv
public static void DataToInvDoc( DedData data, Document invDoc, bool enforceOperation = false, bool ignoreEsclAttrList = false )
Public Shared Sub DataToInvDoc ( data As DedData, invDoc As Document, Optional enforceOperation As Boolean = false, Optional ignoreEsclAttrList As Boolean = false )
public: static void DataToInvDoc( DedData^ data, Document^ invDoc, bool enforceOperation = false, bool ignoreEsclAttrList = false )
static member DataToInvDoc : data : DedData * invDoc : Document * ?enforceOperation : bool * ?ignoreEsclAttrList : bool (* Defaults: let _enforceOperation = defaultArg enforceOperation false let _ignoreEsclAttrList = defaultArg ignoreEsclAttrList false *) -> unit