C# Class Thinktecture.Tools.Web.Services.ServiceDescription.SchemaElements

Represents a collection of SchemaElement objects.
Inheritance: System.Collections.CollectionBase
Datei anzeigen Open project: WSCF/WSCF Class Usage Examples

Public Methods

Method Description
Add ( SchemaElement value ) : int

Adds the specified SchemaElement to the end of the SchemaElements collection.

AddRange ( SchemaElements values ) : int

Adds the elements in a collection of SchemaElements to the end of the SchemaElements.

Contains ( SchemaElement value ) : bool

Checks whether a given schema element exists in the collection.

SchemaElements ( ) : System

Initializes a new instance of a SchemaElements class.

this ( int index ) : SchemaElement

Property indexer for the SchemaElements class. Gets or sets the value of a SchemaElement object at the specified zero-based index.

Method Details

Add() public method

Adds the specified SchemaElement to the end of the SchemaElements collection.
public Add ( SchemaElement value ) : int
value SchemaElement The to add to the collection.
return int

AddRange() public method

Adds the elements in a collection of SchemaElements to the end of the SchemaElements.
public AddRange ( SchemaElements values ) : int
values SchemaElements The SchemaElements collection to add to this collection.
return int

Contains() public method

Checks whether a given schema element exists in the collection.
public Contains ( SchemaElement value ) : bool
value SchemaElement Reference to an instance of SchemaElement class to find.
return bool

SchemaElements() public method

Initializes a new instance of a SchemaElements class.
public SchemaElements ( ) : System
return System

this() public method

Property indexer for the SchemaElements class. Gets or sets the value of a SchemaElement object at the specified zero-based index.
public this ( int index ) : SchemaElement
index int
return SchemaElement