Class CreateDialogueSetup
Inheritance
System.Object
CreateDialogueSetup
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()
Namespace: FChoice.Toolkits.Clarify.Interfaces
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class CreateDialogueSetup
Constructors
CreateDialogueSetup()
Declaration
public CreateDialogueSetup()
Properties
AdditionalFields
Declaration
public SimplifiedAdditionalFields AdditionalFields { get; }
Property Value
Type | Description |
---|---|
SimplifiedAdditionalFields |
Created
Declaration
public DateTime Created { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
GenerateTimeBombs
Declaration
public bool GenerateTimeBombs { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Priority
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |