Table of Contents

Class DefaultModelFilestate

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Initializes a new instance of the DefaultModelFilestate class.

public class DefaultModelFilestate : ModelStateBase, IExtractionState
Inheritance
DefaultModelFilestate
Implements
IExtractionState
Inherited Members

Constructors

DefaultModelFilestate()

Creates a new model file state instance

public DefaultModelFilestate()

Properties

IsExtracted

Indicates if information has been extracted from the model file

public override bool IsExtracted { get; }

Property Value

bool

Processed

Gets or sets a value indicating whether the model file has been processed.

public bool Processed { get; set; }

Property Value

bool