Class SimpleDesicion
Inheritance
System.Object
SimpleDesicion
Namespace: DocuWare.Platform.Bpw.Schemas
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class SimpleDesicion : object
Constructors
SimpleDesicion()
Creates a new instance of this class
Declaration
public SimpleDesicion()
Properties
Id
Sequential order number of the decision
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |