Ejemplo n.º 1
0
 public static void Validate(this System.Xml.Linq.XElement source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler, bool addSchemaInfo)
 {
 }
Ejemplo n.º 2
0
		public void Initialize (SOMObject partialValidationType)
		{
			if (partialValidationType == null)
				throw new ArgumentNullException ("partialValidationType");
			this.startType = partialValidationType;
			Initialize ();
		}
Ejemplo n.º 3
0
 public static void Validate(this System.Xml.Linq.XAttribute source, System.Xml.Schema.XmlSchemaObject partialValidationType, System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.ValidationEventHandler validationEventHandler)
 {
 }
Ejemplo n.º 4
0
 // Methods
 public virtual string ImportSchemaType(string name, string namespaceName, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider)
 {
 }