Show / Hide Table of Contents

Class DevelopmentScript

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

Constructors

DevelopmentScript()

Declaration
public DevelopmentScript()

Properties

ClassName

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

Content

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

FunctionType

Declaration
public FunctionType? FunctionType { get; set; }
Property Value
Type Description
FunctionType?

FunctionTypes

Declaration
public List<FunctionType> FunctionTypes { get; set; }
Property Value
Type Description
List<FunctionType>

OwnerId

Declaration
public int OwnerId { get; set; }
Property Value
Type Description
int

ScriptName

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