Class IDContext
Inheritance
System.Object
IDContext
Assembly: Simplic.Framework.EF.dll
Syntax
public class IDContext : Locking.ILockable
Constructors
|
Improve this Doc
View Source
IDContext()
Declaration
Properties
|
Improve this Doc
View Source
ArchivSourceId
Declaration
public long? ArchivSourceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
ContextAreaContent
Inhalt Context-Area: 0 = Grid, 1 = Workflow
Declaration
public int ContextAreaContent { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
GridName
Declaration
public string GridName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IDContext_Assignment_IDContext
Declaration
public virtual ICollection<IDContext_Assignment> IDContext_Assignment_IDContext { get; set; }
Property Value
|
Improve this Doc
View Source
IsStackBased
Declaration
public bool IsStackBased { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SearchName
Declaration
public string SearchName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StackGuid
Declaration
public Guid StackGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
UseArchiv
Declaration
public byte UseArchiv { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
WorkflowDisplayColumn
Declaration
public string WorkflowDisplayColumn { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorkflowGuid
Declaration
public Guid? WorkflowGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|