posted @ 2007-03-08 14:04 hcfalan 阅读(225) 评论(0) 推荐(0) 编辑
摘要:
客户化MyClass的Summary页的Properties: 创建一个Widge Form: 为该Widge Form 创建 Content: ... 阅读全文
摘要:
1// 假设源对象为oriObj 2 3ObjectPtr newObj = NULL; 4ObjectPtr dialogObj = NULL; 5SetOfStrings extraStr = NULL; 6SetOfObjects extraObj = NULL; 7 8ConstructItem(AssemblyClass, mfail, &newObj); 9SetUpDialog(A... 阅读全文
posted @ 2007-01-07 16:06 hcfalan 阅读(269) 评论(0) 推荐(0) 编辑
摘要:
item_handle to EntityHandle import com.sdrc.metaphase.enterprise.es.base.Accessor; Accessor accessor = (Accessor)esManager.getProcessor("base.Accessor", esSession); EntityHandle entity_handle = access... 阅读全文
posted @ 2006-12-13 11:27 hcfalan 阅读(446) 评论(0) 推荐(0) 编辑
摘要:
//*********************************// EnterpriseActionComponent//*********************************Manager esManager = ESUtil.getESManager(action_context);Session esSession = ESUtil.getESSession(acti... 阅读全文
posted @ 2006-12-11 14:43 hcfalan 阅读(456) 评论(0) 推荐(0) 编辑
摘要:
eds_mwau_act_chain_clone_variable [action-chain]chain-input: inVariablechain-output: outVariablefor example, copy parameter 'eds_global_current_item_handle' value to parameter 'eds_global_background_i... 阅读全文
posted @ 2006-12-11 14:39 hcfalan 阅读(570) 评论(1) 推荐(0) 编辑
摘要:
KP:ReceiveServerData ReceiveServerData()CallServer CallServer =============================================================== at .aspx.cs:=================================================... 阅读全文
posted @ 2006-12-04 14:47 hcfalan 阅读(2825) 评论(0) 推荐(0) 编辑
摘要:
1. Spec文件Option=value,relation-name,[relation-attributes],relate-classX的含义: Value Description 0 Creates object witho... 阅读全文
posted @ 2006-11-21 22:37 hcfalan 阅读(316) 评论(0) 推荐(0) 编辑
摘要:
ManualResetEvent使用演示 ManualResetEvent 允许线程通过发信号互相通信。通常,此通信涉及一个线程在其他线程进行之前必须完成的任务。当一个线程开始一个活动(此活动必须完成后,其他线程才能开始)时,它调用 Reset 以将 ManualResetEvent 置于非终止状态。此线程可被视为控制 ManualResetEvent。调用 ManualResetEvent 上的... 阅读全文
posted @ 2006-09-15 14:37 hcfalan 阅读(3242) 评论(0) 推荐(0) 编辑