DocumentTypeNotificationStatusChangeDirection Property |
Direction of status change. Positive when the new status is greater than the previous. Applicable values: Positive '+', Negative '-', No change '0', Any change '*'. [Required] [Default("*")]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentTypeNotificationsRepositoryStatusChangeDirection StatusChangeDirection { get; set; }
Public Property StatusChangeDirection As DocumentTypeNotificationsRepositoryStatusChangeDirection
Get
Set
public:
property DocumentTypeNotificationsRepositoryStatusChangeDirection^ StatusChangeDirection {
DocumentTypeNotificationsRepositoryStatusChangeDirection^ get ();
void set (DocumentTypeNotificationsRepositoryStatusChangeDirection^ value);
}
member StatusChangeDirection : DocumentTypeNotificationsRepositoryStatusChangeDirection with get, set
Property Value
Type:
DocumentTypeNotificationsRepositoryStatusChangeDirection
See Also