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

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

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

Метод Описание
Add ( SchemaImport value ) : int

Adds the specified SchemaImport to the end of the SchemaImports collection.

SchemaImports ( ) : System

Initializes a new instance of a SchemaImports class.

this ( int index ) : SchemaImport

Property indexer for the SchemaImports class. Gets or sets the value of a SchemaImport at the specified zero-based index.

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

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

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

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

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

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

Property indexer for the SchemaImports class. Gets or sets the value of a SchemaImport at the specified zero-based index.
public this ( int index ) : SchemaImport
index int
Результат SchemaImport