예제 #1
0
파일: _Gco.cs 프로젝트: mcartoixa/GeoSIK
 private void SetInnerType(TypeName_Type ContentField)
 {
     this.ContentField=((TypeName_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
파일: _Gco.cs 프로젝트: mcartoixa/GeoSIK
 /// <summary>
 /// <para>
 /// A TypeName is a LocalName that references either a recordType or object type in some form of schema. The stored value "aName" is the returned value for the "aName()" operation. This is the types name.  - For parsing from types (or objects) the parsible name normally uses a "." navigation separator, so that it is of the form  [class].[member].[memberOfMember]. ...)
 /// </para>
 /// </summary>
 public TypeName(TypeName_Type content)
 {
     SetInnerType(content);
 }