Class DefaultModelFilestate
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
Processed
Gets or sets a value indicating whether the model file has been processed.
public bool Processed { get; set; }