Table of Contents

Class SqlFileCollection

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

Represents a collection of files for a SQL database.

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

Constructors

SqlFileCollection()

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

public SqlFileCollection()

Methods

FindByIdentifier(Guid)

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

public SqlFile FindByIdentifier(Guid identifier)

Parameters

identifier Guid

The unique identifier of the file to locate.

Returns

SqlFile

The file with the specified identifier.

FindByName(string)

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

public SqlFile FindByName(string name)

Parameters

name string

The name of the file to locate.

Returns

SqlFile

The file with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()