示例#1
0
 public string ZUPLoadObject(string strINTID)
 {
     return(SerializeHelper.ToString(DxActiveX.ZUPLoadObject(strINTID)));
 }
示例#2
0
 public string ZUPNewObject(string strClassName)
 {
     return(DxActiveX.ZUPNewObject(strClassName));
 }
示例#3
0
 public bool ZUPDeleteObject(string strINTID, bool boPhyDel = false)
 {
     return(DxActiveX.ZUPDeleteObject(strINTID, boPhyDel));
 }
示例#4
0
 public string ZUPGetClassID(string strClassName)
 {
     return(DxActiveX.ZUPGetClassID(strClassName));
 }
示例#5
0
 public string ZUPGetClassName(string strClassID, bool boName = false)
 {
     return(DxActiveX.ZUPGetClassName(strClassID, boName));
 }
示例#6
0
 public string ZUPGetObjectClassID(string strINTID)
 {
     return(DxActiveX.ZUPGetObjectClassID(strINTID));
 }
示例#7
0
 public bool ZUPSetProperty(string strINTID, string strPropertyName, Object strPropertyValue, string strOBJNameList = null, bool boKeepDeleted = true)
 {
     return(DxActiveX.ZUPSetProperty(strINTID, strPropertyName, strPropertyValue, strOBJNameList, boKeepDeleted));
 }
示例#8
0
 public string ZUPGetProperty(string strINTID, string strPropertyName, bool boWithDeleted = false)
 {
     DxLog.Info("Call method ZUPGetProperty");
     return(DxActiveX.ZUPGetProperty(strINTID, strPropertyName, boWithDeleted));
 }