Example #1
0
 private void SetInnerType(TypeName_Type ContentField)
 {
     this.ContentField=((TypeName_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 /// <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);
 }