CurrentEntityState Enumeration
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the current state of an entity when an EntityStateException is thrown.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration CurrentEntityState
'Usage
Dim instance As CurrentEntityState
[ComVisibleAttribute(false)]
public enum CurrentEntityState
[ComVisibleAttribute(false)]
public enum class CurrentEntityState
public enum CurrentEntityState
Members
Member name | Description | |
---|---|---|
Active | Entity is active. | |
Inactive | Entity is not active | |
Deleted | Entity is deleted. | |
NotDeleted | Entity is not deleted. | |
Global | Entity is a global expression. | |
Local | Entity is a local expression. | |
PaidAd | Entity is a Paid Ad. | |
HouseAd | Entity is a House Ad. | |
ExpressionList | Entity is an expression based mailing list. | |
SimpleList | Entity is a simple mailing list. | |
Locked | Mailing list is locked (in use). | |
NoDestinationList | DirectMail without a Destination List. | |
ListOperationFinished | Entity is a list operation object which is not in in-progress state. |
Remarks
An enumeration value that specifies the entity state when the EntityStateException is thrown. This is the exception that is thrown when an operation fails due to the current state of an entity.