Class DistributeToOwnerSettings
Inheritance
DistributeToOwnerSettings
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class DistributeToOwnerSettings : StepSettings
Constructors
DistributeToOwnerSettings()
Declaration
public DistributeToOwnerSettings()
Properties
Associates
Declaration
public int[] Associates { get; set; }
Property Value
DefaultAssociate
Declaration
public int DefaultAssociate { get; set; }
Property Value
DistributeQueue
Declaration
public int[] DistributeQueue { get; set; }
Property Value
OnlyToUnassigned
Declaration
public bool OnlyToUnassigned { get; set; }
Property Value
UserGroups
Declaration
public int[] UserGroups { get; set; }
Property Value
Extension Methods