Class CreateQueueSetup
Inheritance
System.Object
CreateQueueSetup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: FChoice.Toolkits.Clarify.dll
public class CreateQueueSetup
Constructors
Declaration
[ConstructorIndex(0)]
public CreateQueueSetup(string title, bool allowCR, bool allowCase, bool allowContract, bool allowDialogue, bool allowDemandDetail, bool allowJob, bool allowOpportunity, bool allowSolution, bool allowSubcase, bool allowActionItem)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.Boolean |
allowCR |
|
System.Boolean |
allowCase |
|
System.Boolean |
allowContract |
|
System.Boolean |
allowDialogue |
|
System.Boolean |
allowDemandDetail |
|
System.Boolean |
allowJob |
|
System.Boolean |
allowOpportunity |
|
System.Boolean |
allowSolution |
|
System.Boolean |
allowSubcase |
|
System.Boolean |
allowActionItem |
|
Properties
Declaration
[PropertyBitValue(4096)]
public bool AllowActionItem { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(16)]
public bool AllowCase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(32)]
public bool AllowContract { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8)]
public bool AllowCR { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(128)]
public bool AllowDemandDetail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(64)]
public bool AllowDialogue { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(256)]
public bool AllowJob { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(512)]
public bool AllowOpportunity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(1024)]
public bool AllowSolution { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(2048)]
public bool AllowSubcase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(4)]
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(2)]
public bool IsPersonal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[PropertyBitValue(8192)]
public string Supervisor { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[PropertyBitValue(1)]
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|