Show / Hide Table of Contents

Class ScriptClassParser

Script class parser

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

Methods

FromSource(string)

Parses the source file

Declaration
public static IList<ScriptClass> FromSource(string sourceCode)
Parameters
Type Name Description
string sourceCode

Name of the file

Returns
Type Description
IList<ScriptClass>

The script classes

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