Show / Hide Table of Contents

Class ScriptMethodParser

Script method parser

Inheritance
object
ScriptMethodParser
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 ScriptMethodParser

Constructors

ScriptMethodParser(ClassDeclarationSyntax)

Initializes a new instance of the ScriptMethodParser class

Declaration
public ScriptMethodParser(ClassDeclarationSyntax classSyntaxTree)
Parameters
Type Name Description
ClassDeclarationSyntax classSyntaxTree

The function class code syntax tree

Properties

ClassSyntax

The syntax tree

Declaration
public ClassDeclarationSyntax ClassSyntax { get; }
Property Value
Type Description
ClassDeclarationSyntax

MethodAttributes

the function attribute

Declaration
public Dictionary<MethodDeclarationSyntax, ScriptAttribute> MethodAttributes { get; }
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