SerialNumberConstraintM, D Class |
Namespace: Aloe.EnterpriseOne.Model.Logistics.Core
public class SerialNumberConstraint<M, D> : IBusinessRule where M : DomainObject where D : DomainObject
The SerialNumberConstraintM, D type exposes the following members.
| Name | Description | |
|---|---|---|
| SerialNumberConstraintM, D |
Initializes a new instance of the SerialNumberConstraintM, D class.
|
| Name | Description | |
|---|---|---|
| Code |
Gets the unique constraint code.
| |
| DefaultExecutionPriority |
Gets the default execution priority of the rule.
It is used when priority is not specified when registering the rule for events.
| |
| EnforceSerialization |
Gets a value indicating whether to enforce the serialization.
| |
| ExecuteForDeletedObject |
Gets a value indicating whether to execute the rule for deleted object.
| |
| LocalizedName |
Gets the localized name of the constraint.
| |
| Name |
Gets the constraint name.
|
| Name | Description | |
|---|---|---|
| Activate |
Activates the constraint.
| |
| Execute |
Executes the business rule on the specified object.
| |
| OnRegistration |
Called upon registration of the business rule in a repository.
|