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

Represents a collection of SchemaImport objects.
Inheritance: System.Collections.CollectionBase
显示文件 Open project: WSCF/WSCF

Public Methods

Method Description
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.

Method Details

Add() public method

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

SchemaImports() public method

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

this() public method

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
return SchemaImport