Show / Hide Table of Contents

Class ScriptCodeQuery

Script code query

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

Constructors

ScriptCodeQuery()

Declaration
public ScriptCodeQuery()

Properties

SourceCode

The source code

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

TenantIdentifier

The tenant identifier

Declaration
public string TenantIdentifier { 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