Show / Hide Table of Contents

Class ScriptContext

Script context

Inheritance
object
ScriptContext
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Services.dll
Syntax
public class ScriptContext

Constructors

View Source

ScriptContext()

Declaration
public ScriptContext()

Properties

View Source

Calendar

Script calendar

Declaration
public ScriptCalendar Calendar { get; set; }
Property Value
Type Description
ScriptCalendar
View Source

Namespace

Script namespace

Declaration
public string Namespace { 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)
  • View Source
☀
☾
Back to top Generated by DocFX