Beispiel #1
0
 /// <summary>
 /// Returns the schema for the current dictionary.
 /// </summary>
 /// <returns>The XSD schema for the current dictionary.</returns>
 public override XmlSchema GetSchema()
 {
     return(this.schema ?? (this.schema = DictionaryBase <object> .GetSchema(AssemblyProperties.Resources.XsdParameterSchemaFile)));
 }
Beispiel #2
0
 /// <summary>
 /// Returns the schema for the current dictionary.
 /// </summary>
 /// <returns>The XSD schema for the current dictionary.</returns>
 public override XmlSchema GetSchema()
 {
     return(this.schema ?? (this.schema = DictionaryBase <Directive.Property> .GetSchema(AssemblyProperties.Resources.XsdPropertiesSchemaFile)));
 }