IArchivedChangeSet

Represents the entity of an archived ChangeSet.

If a ChangeSet is published or discarded, then the ChangeSet is not deleted from onion.net but moved into an archive. This means users can track changes and states of the ChangeSet after the ChangeSet has been released.

Properties

PropertyDescription
ArchivingUser:IUser

Gets the user who released the ChangeSet.

Creator:IUser

Gets the user who created the ChangeSet.

DateArchived:DateTime

Gets the date on which the ChangeSet was released.

DateCreated:DateTime

Gets the date on which the ChangeSet was created.

History:IChangeSetStructuralModificationCollection

Supplies a collection of all structural modifications to the ChangeSet.

Id:Int32

Gets the Id of the ChangeSet.

Name:String

Gets the name of the ChangeSet.

State:ArchivedChangeSetState

Indicates whether the ChangeSet was published or discarded.

Methods

MethodDescription
Destroy():Void

Irrevocably deletes the ChangeSet from onion.net