LogOnEntity Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The LogOnEntity class is used to call the LogOnEntList() method with a custom list of entities. Each LogOnEntity object represents one entity to log on to. The object provides the defaults for the percentage of labor to apply to the entity and the department to which to assign the labor. The entity name is only used in error reporting and may be set to null. Both the percent to apply and the default labor department may set to null as well. If they are, the default behavior for the entity logon is applied.
| Overload | Description |
|---|---|
| LogOnEntity Constructor(Int32,String,String,String,Nullable<Double>) | The LogOnEntity() method is the constructor for the LogOnEntity class. This overload of the method creates a LogOnEntity object with the values for all the properties. |
| LogOnEntity Constructor() | The LogOnEntity() method is the constructor for the LogOnEntity class. This overload of the method creates an empty LogOnEntity object. At a minimum, the EntityId property must be set before the object will be useful. |