Class DevelopmentScript
Inheritance
DevelopmentScript
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class DevelopmentScript
Constructors
DevelopmentScript()
Declaration
public DevelopmentScript()
Properties
ClassName
Declaration
public string ClassName { get; set; }
Property Value
Content
Declaration
public string Content { get; set; }
Property Value
FunctionType
Declaration
public FunctionType? FunctionType { get; set; }
Property Value
FunctionTypes
Declaration
public List<FunctionType> FunctionTypes { get; set; }
Property Value
OwnerId
Declaration
public int OwnerId { get; set; }
Property Value
ScriptName
Declaration
public string ScriptName { get; set; }
Property Value
Extension Methods