ISchemaVersion
Represents the entity of a version for a schema.
A version in onion.net is the content modification of a schema.
Properties
| Property | Description |
|---|---|
| Editor:IUser | Gets the editor of the version. |
| IsAbstract:Boolean | Indicates whether the schema was abstract in this version. |
| IsVersioningDisabled:Boolean | Indicates whether the versioning for data objects was deactivated in this version. |
| LastModification:DateTime | Gets the date of saving the version. |
| Location:String | Gets the name of the schema which it had during this version. |
| SchemaDefinition:String | Gets the XSD of the version. |
| SortChildrenAlphabetic:Boolean | Indicates whether the alphabetical child sorting was activated for the version. |
| Version:Int32 | Gets the version number. |
Methods
| Method | Description |
|---|---|
| Restore():Void | Restores the version. |
