Class Barcode_ValidationSource
Inheritance
System.Object
Barcode_ValidationSource
Namespace: Simplic.Framework.EF
Assembly: Simplic.Framework.EF.dll
Syntax
public class Barcode_ValidationSource : Locking.ILockable
Constructors
| Improve this Doc View SourceBarcode_ValidationSource()
Declaration
public Barcode_ValidationSource()
Properties
| Improve this Doc View SourceBarcode_SplittedDocument_Bacode_ValidationSource
Gets or sets the collection of barcode splitted document
Declaration
public virtual ICollection<Barcode_SplittedDocument> Barcode_SplittedDocument_Bacode_ValidationSource { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Barcode_SplittedDocument> |
ClientId
Gets or sets the client id
Declaration
public int? ClientId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ESS_DC_BASE_DBConnection
Gets or sets the ess dc base db connection
Declaration
public virtual ESS_DC_BASE_DBConnection ESS_DC_BASE_DBConnection { get; set; }
Property Value
Type | Description |
---|---|
ESS_DC_BASE_DBConnection |
Id
Gets or sets the id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PythonClass
Gets or sets the python class
Declaration
public string PythonClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PythonPath
Gets or sets the python path
Declaration
public string PythonPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Statement
Gets or sets the statement
Declaration
public string Statement { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the type
Declaration
public ValidationType Type { get; set; }
Property Value
Type | Description |
---|---|
ValidationType |
Methods
| Improve this Doc View SourceGetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type | Description |
---|---|
System.Guid |