Example #1
0
 public WDoc(ADoc doc)
     : this(digidocPINVOKE.new_WDoc__SWIG_2(ADoc.getCPtr(doc)), true)
 {
 }
Example #2
0
 public void setType(ADoc.DocumentType type)
 {
     digidocPINVOKE.WDoc_setType(swigCPtr, (int)type);
 }
Example #3
0
 public WDoc(ADoc.DocumentType type)
     : this(digidocPINVOKE.new_WDoc__SWIG_1((int)type), true)
 {
 }
Example #4
0
 internal static HandleRef getCPtr(ADoc obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }