DatabaseDescription Constructor (String, DateTime, Boolean)

Constructor with a database name, system date and time, and invalidated database.

Namespace:  IntervalZero.MaxRT.Libraries.VariableDatabase
Assembly:  IntervalZero.MaxRT.Libraries (in IntervalZero.MaxRT.Libraries.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public DatabaseDescription(
    string name,
    DateTime timeStamp,
    bool invalidated
)

Parameters

name

Type: String
The database name.

timeStampe

Type: DateTime
The time when the database was last modified.

invalidated

Type: Boolean
The database is being modified.

See Also: