Class ESS_DCC_InstanceData_Connection
Inheritance
System.Object
ESS_DCC_InstanceData_Connection
Assembly: Simplic.Framework.EF.dll
Syntax
public class ESS_DCC_InstanceData_Connection : Locking.ILockable
Constructors
|
Improve this Doc
View Source
ESS_DCC_InstanceData_Connection()
Declaration
public ESS_DCC_InstanceData_Connection()
Properties
|
Improve this Doc
View Source
DestinationGuid
Declaration
public Guid DestinationGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
DestinationStackGuid
Declaration
public Guid DestinationStackGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Ident
Declaration
public long Ident { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IsAutomatic
Declaration
public int IsAutomatic { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IsUpdated
Declaration
public int IsUpdated { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SourceGuid
Declaration
public Guid SourceGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
SourceStackGuid
Declaration
public Guid SourceStackGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|