Table of Contents

Class SqlAssemblyCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of SQL assemblies.

public class SqlAssemblyCollection : Collection<SqlAssembly>, IList<SqlAssembly>, ICollection<SqlAssembly>, IList, ICollection, IReadOnlyList<SqlAssembly>, IReadOnlyCollection<SqlAssembly>, IEnumerable<SqlAssembly>, IEnumerable
Inheritance
SqlAssemblyCollection
Implements
Inherited Members

Constructors

SqlAssemblyCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.SqlAssemblyCollection class.

public SqlAssemblyCollection()

Methods

FindByIdentifier(Guid)

Returns the assembly with the specified identifier, or null if no assembly with that identifier is found.

public SqlAssembly FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The identifier of the assembly to locate.

Returns

SqlAssembly

The assembly with the specified identifier.

FindByName(string)

Returns the assembly with the specified name, or null if no assembly with that name is found.

public SqlAssembly FindByName(string name)

Parameters

name string

The name of the assembly to locate.

Returns

SqlAssembly

The assembly with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()