Exemplo n.º 1
0
 public WfResourceDescriptorCollection(IWfDescriptor owner)
 {
     this.Owner = owner;
 }
 public WfTransitionDescriptorCollection(IWfDescriptor owner)
     : base(owner)
 {
 }
Exemplo n.º 3
0
 public WfKeyedDescriptorCollectionBase(IWfDescriptor owner)
 {
     this.Owner = owner;
 }
 internal WfBranchProcessTemplateCollection(IWfDescriptor owner)
     : base(owner)
 {
 }
Exemplo n.º 5
0
 /// <summary>
 /// 构造方法
 /// </summary>
 internal WfVariableDescriptorCollection(IWfDescriptor owner)
     : base(owner)
 {
 }
Exemplo n.º 6
0
 public WfRelativeLinkDescriptorCollection(IWfDescriptor owner)
     : base(owner)
 {
 }