Class SequenceNumber
Inheritance
System.Object
SequenceNumber
Assembly: Simplic.Framework.EF.dll
Syntax
public class SequenceNumber : Locking.ILockable
Constructors
|
Improve this Doc
View Source
SequenceNumber()
Declaration
Properties
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EPL_Report_SequenceNumber
Declaration
public virtual ICollection<EPL_Report> EPL_Report_SequenceNumber { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<EPL_Report> |
|
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
InternName
Declaration
public string InternName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|