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

Represents a collection of SchemaImport objects.
Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode 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 méthode

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

SchemaImports() public méthode

Initializes a new instance of a SchemaImports class.
public SchemaImports ( ) : System
Résultat System

this() public méthode

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
Résultat SchemaImport