예제 #1
0
파일: _Gco.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(MemberName_Type ContentField)
 {
     this.ContentField=((MemberName_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
파일: _Gco.cs 프로젝트: mcartoixa/GeoSIK
 /// <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);
 }