Show / Hide Table of Contents

Class ScriptClass

Scripting class

Inheritance
object
ScriptClass
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.Script
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public class ScriptClass

Constructors

ScriptClass()

Declaration
public ScriptClass()

Properties

AttributeSyntax

The attribute syntax

Declaration
public AttributeSyntax AttributeSyntax { get; set; }
Property Value
Type Description
AttributeSyntax

FunctionAttribute

The function attribute

Declaration
public FunctionAttribute FunctionAttribute { get; set; }
Property Value
Type Description
FunctionAttribute

Methods

The methods with attributes

Declaration
public Dictionary<MethodDeclarationSyntax, ScriptAttribute> Methods { get; set; }
Property Value
Type Description
Dictionary<MethodDeclarationSyntax, ScriptAttribute>

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