Class CreateRequestSettings
Inheritance
CreateRequestSettings
Assembly: SoDataBase.dll
Syntax
public class CreateRequestSettings : StepSettings
Constructors
CreateRequestSettings()
Declaration
public CreateRequestSettings()
Properties
Category
Declaration
public int Category { get; set; }
Property Value
Message
Declaration
public string Message { get; set; }
Property Value
Owner
Declaration
public int Owner { get; set; }
Property Value
Priority
Declaration
public int Priority { get; set; }
Property Value
RequestType
Declaration
public int RequestType { get; set; }
Property Value
TicketStatus
Declaration
public int TicketStatus { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)