Class Barcode_SplittedDocument
Inheritance
System.Object
Barcode_SplittedDocument
Assembly: Simplic.Framework.EF.dll
Syntax
public class Barcode_SplittedDocument : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Barcode_SplittedDocument()
Declaration
public Barcode_SplittedDocument()
Properties
|
Improve this Doc
View Source
Bacode_ValidationSource
Declaration
public virtual Barcode_ValidationSource Bacode_ValidationSource { get; set; }
Property Value
|
Improve this Doc
View Source
Barcode
Declaration
public string Barcode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InsertDateTime
Declaration
public DateTime InsertDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
TempBlobId
Declaration
public Guid TempBlobId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
TenantId
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
ValidationSource
Declaration
public Guid? ValidationSource { 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 |
|