Läs på engelska Redigera

Dela via


InstanceState Enum

Definition

This enumeration contains a list of states of an instance.

C#
public enum InstanceState
Inheritance
InstanceState

Fields

Name Value Description
Unknown 0

Indicates that the instance is in Unknown state.

Uninitialized 1

Indicates that the instance is uninitialized. An uninitialized instance is an instance that has never been persisted.

Initialized 2

Indicates that the instance is initialized. An initialized instance is an instance that has been persisted at least once and can be persisted again in the future.

Completed 3

Indicates that the instance is in completed state. A completed instance cannot be persisted again in the future.

Applies to

Produkt Versioner
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1