コード例 #1
0
 public TextClassAttribute(TextSchemaType schemaType, string name)
 {
     this._SchemaType = schemaType;
     this._DataName = name;
 }
コード例 #2
0
 public TextClassAttribute(TextSchemaType schemaType)
 {
     this._SchemaType = schemaType;
     this._DataName = null;
 }