This topic has not yet been rated - Rate this topic

XmlSchemaChoice Members

XmlSchemaChoice overview

Public Constructors

public constructorXmlSchemaChoice Constructor Initializes a new instance of the XmlSchemaChoice class.

Public Properties

public propertyAnnotation (inherited from XmlSchemaAnnotated) Gets or sets the annotation property.
public propertyId (inherited from XmlSchemaAnnotated) Gets or sets the string id.
public propertyItems Overridden. Gets the collection of the elements contained with the compositor (choice): XmlSchemaElement, XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaSequence, or XmlSchemaAny.
public propertyLineNumber (inherited from XmlSchemaObject) Gets or sets the line number in the file to which the schema element refers.
public propertyLinePosition (inherited from XmlSchemaObject) Gets or sets the line position in the file to which the schema element refers.
public propertyMaxOccurs (inherited from XmlSchemaParticle) Gets or sets the maximum number of times the particle can occur.
public propertyMaxOccursString (inherited from XmlSchemaParticle) Gets or sets the number as a string value. Maximum number of times the particle can occur.
public propertyMinOccurs (inherited from XmlSchemaParticle) Gets or sets the minimum number of times the particle can occur.
public propertyMinOccursString (inherited from XmlSchemaParticle) Gets or sets the number as a string value. The minimum number of times the particle can occur.
public propertyNamespaces (inherited from XmlSchemaObject) Gets or sets the XmlSerializerNamespaces to use with this schema object.
public propertySourceUri (inherited from XmlSchemaObject) Gets or sets the source location for the file that loaded the schema.
public propertyUnhandledAttributes (inherited from XmlSchemaAnnotated) Gets or sets the qualified attributes that do not belong to the schema target namespace.

Public Methods

public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodToString (inherited from Object) Returns a String that represents the current Object.

Protected Methods

protected methodFinalize (inherited from Object) Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

XmlSchemaChoice Class | System.Xml.Schema Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.