Class InstanceData_Interface
Inheritance
System.Object
InstanceData_Interface
Assembly: Simplic.Framework.EF.dll
Syntax
public class InstanceData_Interface : Locking.ILockable
Constructors
|
Improve this Doc
View Source
InstanceData_Interface()
Declaration
public InstanceData_Interface()
Properties
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { 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
InternName
Declaration
public string InternName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MndIdent
Declaration
public int? MndIdent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
SourceName
Declaration
public string SourceName { 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.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TenantId
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|