Class InstanceData_Export_Configuration
Inheritance
System.Object
InstanceData_Export_Configuration
Assembly: Simplic.Framework.EF.dll
Syntax
public class InstanceData_Export_Configuration : Locking.ILockable
Constructors
|
Improve this Doc
View Source
InstanceData_Export_Configuration()
Declaration
public InstanceData_Export_Configuration()
Properties
|
Improve this Doc
View Source
ExportScriptClass
Declaration
public string ExportScriptClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExportScriptMethod
Declaration
public string ExportScriptMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExportScriptName
Declaration
public string ExportScriptName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
InterfaceId
Declaration
public long InterfaceId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseScriptValidation
Declaration
public bool UseScriptValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseSqlValidation
Declaration
public bool UseSqlValidation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ValidatorScriptClass
Declaration
public string ValidatorScriptClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ValidatorScriptMethod
Declaration
public string ValidatorScriptMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ValidatorScriptName
Declaration
public string ValidatorScriptName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ValidatorSqlProcedureScript
Declaration
public string ValidatorSqlProcedureScript { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|