示例#1
0
 private void SetInnerType(LogicOpsType ContentField)
 {
     this.ContentField=((LogicOpsType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#2
0
 protected virtual void SetSubstitutionMember(LogicOpsType ContentField)
 {
     this.ContentField=ContentField;
 }
示例#3
0
 public logicOps(LogicOpsType content)
 {
     SetInnerType(content);
 }