IDataObjectNameReservation
Represents a reservation for a name of a data object.
If a data object is created in a ChangeSet, then the name of the data object must be unique in the same level. In order to mark this name as Assigned in the other working environments, this reservation is generated.
At the time of publication of the ChangeSet, the data object is given the name when transferred to the Productive Environment and the reservation is removed.
Implements: Onion.Client.IDataObjectReservation
Properties
Property | Description |
---|---|
Name:String | Returns the name of the reservation. |
Methods
Method | Description |
---|---|
Move(IDataObject):Void | Moves the reservation under another data object. |
UpdateName(String):Void | Updates the name of the reservation |