Table of Contents

Class ProcessOptions

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll
public class ProcessOptions
Inheritance
ProcessOptions
Inherited Members

Properties

CommandAfterProcess

SQL command to be executed at the end of the import process

[JsonProperty("commandAfterProcess")]
public string CommandAfterProcess { get; set; }

Property Value

string

CommandBeforeProcess

SQL command to be executed before starting the import process

[JsonProperty("commandBeforeProcess")]
public string CommandBeforeProcess { get; set; }

Property Value

string

Scope

Process execution scope

[JsonProperty("scope")]
public ProcessScope Scope { get; set; }

Property Value

ProcessScope

Remarks

Global

Only one import of this dictionary can be performed at a time and all users will be able to view the last log and the execution of an ongoing process.

User

Varios usuários poderão executar esse processo simultaneamente, porém visualiza apenas o log e a execução do seu processo.

Methods

DeepCopy()

public ProcessOptions DeepCopy()

Returns

ProcessOptions