Show / Hide Table of Contents

Class ActionParameterInfo

Inheritance
object
ActionParameterInfo
Implements
IEquatable<ActionParameterInfo>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class ActionParameterInfo : IEquatable<ActionParameterInfo>

Constructors

ActionParameterInfo()

Declaration
public ActionParameterInfo()

ActionParameterInfo(ActionParameterInfo)

Declaration
public ActionParameterInfo(ActionParameterInfo copySource)
Parameters
Type Name Description
ActionParameterInfo copySource

Properties

Description

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

Name

Declaration
[Required]
public string Name { get; set; }
Property Value
Type Description
string

ValueReferences

Declaration
public List<string> ValueReferences { get; set; }
Property Value
Type Description
List<string>

ValueSources

Declaration
public List<string> ValueSources { get; set; }
Property Value
Type Description
List<string>

ValueTypes

Declaration
public List<string> ValueTypes { get; set; }
Property Value
Type Description
List<string>

Methods

Equals(ActionParameterInfo)

Declaration
public virtual bool Equals(ActionParameterInfo compare)
Parameters
Type Name Description
ActionParameterInfo compare
Returns
Type Description
bool

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

IEquatable<T>

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