Ejemplo n.º 1
0
 public override Schema GetSchema() {
     var schemaHelper = new SchemaBuilder();
     DictionaryNode injectAttribute = schemaHelper.InjectAttribute(SearchModeAttributeName,typeof (SearchMemberMode),GetModelElement());
     return new Schema(injectAttribute);
 }