Class WorkflowActionGeneralInfo
Namespace: Casewhere.Models.Pages.Actions
Assembly: Casewhere.Models.dll
public class WorkflowActionGeneralInfo
Inheritance
object ← WorkflowActionGeneralInfo
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WorkflowActionGeneralInfo>(WorkflowActionGeneralInfo)
Constructors
WorkflowActionGeneralInfo()
public WorkflowActionGeneralInfo()
Properties
AutoRefreshData
public bool AutoRefreshData { get; set; }
Property Value
AutoRefreshPage
public bool AutoRefreshPage { get; set; }
Property Value
AutoShowOnWidget
public bool AutoShowOnWidget { get; set; }
Property Value
CssClasses
public string CssClasses { get; set; }
Property Value
EnableInheritedSecurityRules
public string EnableInheritedSecurityRules { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
IsDefaultDoubleClick
public bool IsDefaultDoubleClick { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
SupportedProcessIds
public IList<Guid> SupportedProcessIds { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
WidgetActionType
public string WidgetActionType { get; protected set; }
Property Value
WorkflowDefinitionId
public Guid WorkflowDefinitionId { get; set; }