C# Класс Thinktecture.Tools.Web.Services.ServiceDescription.SchemaElements

Represents a collection of SchemaElement objects.
Наследование: System.Collections.CollectionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

Adds the specified SchemaElement to the end of the SchemaElements collection.
public Add ( SchemaElement value ) : int
value SchemaElement The to add to the collection.
Результат int

AddRange() публичный Метод

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.
Результат int

Contains() публичный Метод

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.
Результат bool

SchemaElements() публичный Метод

Initializes a new instance of a SchemaElements class.
public SchemaElements ( ) : System
Результат System

this() публичный Метод

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
Результат SchemaElement