C# Class System.Xml.Schema.AllElementsContentValidator

Inheritance: ContentValidator
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
AddElement ( XmlQualifiedName name, object particle, bool isEmptiable ) : bool
AllElementsContentValidator ( XmlSchemaContentType contentType, int size, bool isEmptiable ) : System
CompleteValidation ( ValidationState context ) : bool
ExpectedElements ( ValidationState context, bool isRequiredOnly ) : ArrayList
ExpectedParticles ( ValidationState context, bool isRequiredOnly ) : ArrayList
InitValidation ( ValidationState context ) : void
ValidateElement ( XmlQualifiedName name, ValidationState context, int &errorCode ) : object

Method Details

AddElement() public méthode

public AddElement ( XmlQualifiedName name, object particle, bool isEmptiable ) : bool
name XmlQualifiedName
particle object
isEmptiable bool
Résultat bool

AllElementsContentValidator() public méthode

public AllElementsContentValidator ( XmlSchemaContentType contentType, int size, bool isEmptiable ) : System
contentType XmlSchemaContentType
size int
isEmptiable bool
Résultat System

CompleteValidation() public méthode

public CompleteValidation ( ValidationState context ) : bool
context ValidationState
Résultat bool

ExpectedElements() public méthode

public ExpectedElements ( ValidationState context, bool isRequiredOnly ) : ArrayList
context ValidationState
isRequiredOnly bool
Résultat System.Collections.ArrayList

ExpectedParticles() public méthode

public ExpectedParticles ( ValidationState context, bool isRequiredOnly ) : ArrayList
context ValidationState
isRequiredOnly bool
Résultat System.Collections.ArrayList

InitValidation() public méthode

public InitValidation ( ValidationState context ) : void
context ValidationState
Résultat void

ValidateElement() public méthode

public ValidateElement ( XmlQualifiedName name, ValidationState context, int &errorCode ) : object
name XmlQualifiedName
context ValidationState
errorCode int
Résultat object