Class FlowInstanceModel
Inheritance
System.Object
FlowInstanceModel
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: Simplic.FlowInstance
Assembly: Simplic.FlowInstance.dll
Syntax
public class FlowInstanceModel
Properties
| Improve this Doc View SourceCreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Data
Declaration
public byte[] Data { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
FlowConfigurationId
Declaration
public Guid FlowConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsAlive
Declaration
public bool IsAlive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |