Пример #1
0
 private void SetInnerType(MemberName_Type ContentField)
 {
     this.ContentField=((MemberName_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Пример #2
0
 /// <summary>
 /// <para>
 /// A MemberName is a LocalName that references either an attribute slot in a record or  recordType or an attribute, operation, or association role in an object instance or  type description in some form of schema. The stored value "aName" is the returned value for the "aName()" operation.
 /// </para>
 /// </summary>
 public MemberName(MemberName_Type content)
 {
     SetInnerType(content);
 }