State-Enumeration
Contains values specifying the edit state of an MDM object.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "State", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration State
'Usage
Dim instance As State
[DataContractAttribute(Name = "State", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum State
[DataContractAttribute(Name = L"State", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class State
[<DataContractAttribute(Name = "State", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type State
public enum State
Elemente
Elementname | Beschreibung | |
---|---|---|
NewItem | This is a new item and has not been saved yet. | |
Changed | This item has been changed and those changes have not been saved yet. | |
Unchanged | This is an existing item and no changes have been made. | |
CopyItem | This item will be saved as a new item but with the properties of an existing object. | |
Invalid | This object has invalid property values and cannot be saved. | |
MarkedForDelete | This item has been marked for deletion. |