C# Class SobekCM.Core.Settings.Workflow_Type

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
Workflow_Type ( ) : System

Constructor for a new instance of the Workflow_Type class

Empty constructor for serialization purposes

Workflow_Type ( int Key, string Name ) : System

Constructor for a new instance of the Workflow_Type class

Method Details

Workflow_Type() public method

Constructor for a new instance of the Workflow_Type class
Empty constructor for serialization purposes
public Workflow_Type ( ) : System
return System

Workflow_Type() public method

Constructor for a new instance of the Workflow_Type class
public Workflow_Type ( int Key, string Name ) : System
Key int Key to this workflow type
Name string Workflow type name, such as 'Scanned', 'Online Metadata Edit', etc.. (default language)
return System