Class ModelEditModes
Container for edit modes
public static class ModelEditModes
- Inheritance
-
ModelEditModes
- Inherited Members
Fields
Editable
Denotes that the user performs changes
public const string Editable = "editable"
Field Value
Readonly
Denotes that the user cannot make any changes to the semantic model
public const string Readonly = "readonly"