Show / Hide Table of Contents

Class DevelopmentScript

Script for development

Inheritance
object
DevelopmentScript
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Script
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class DevelopmentScript

Constructors

DevelopmentScript()

Declaration
public DevelopmentScript()

Properties

ClassName

The class name

Declaration
public string ClassName { get; set; }
Property Value
Type Description
string

Content

The script content

Declaration
public string Content { get; set; }
Property Value
Type Description
string

FunctionType

The scripting function type

Declaration
public FunctionType? FunctionType { get; set; }
Property Value
Type Description
FunctionType?

FunctionTypes

The scripting function types

Declaration
public List<FunctionType> FunctionTypes { get; set; }
Property Value
Type Description
List<FunctionType>

OwnerId

The owner id

Declaration
public int OwnerId { get; set; }
Property Value
Type Description
int

ScriptName

The script name

Declaration
public string ScriptName { get; set; }
Property Value
Type Description
string

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX