Show / Hide Table of Contents

Class ActionPropertyInfo

Action property info

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

Constructors

View Source

ActionPropertyInfo()

Declaration
public ActionPropertyInfo()

Properties

View Source

Description

The property description

Declaration
public string Description { get; init; }
Property Value
Type Description
string
View Source

FunctionType

The property name

Declaration
public FunctionType FunctionType { get; init; }
Property Value
Type Description
FunctionType
View Source

Name

The property name

Declaration
public string Name { get; init; }
Property Value
Type Description
string
View Source

ReadOnly

Readonly property

Declaration
public bool ReadOnly { get; init; }
Property Value
Type Description
bool
View Source

Type

The property type

Declaration
public Type Type { get; init; }
Property Value
Type Description
Type

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)
  • View Source
☀
☾
Back to top Generated by DocFX