Table of Contents

Class UpdateParameterArgs

Namespace
NCalc.Handlers
Assembly
NCalc.dll
public class UpdateParameterArgs : EventArgs
Inheritance
UpdateParameterArgs
Inherited Members

Constructors

UpdateParameterArgs(string, Guid, int?, object?)

public UpdateParameterArgs(string name, Guid id, int? index, object? value)

Parameters

name string
id Guid
index int?
value object

UpdateParameterArgs(string, Guid, object?)

public UpdateParameterArgs(string name, Guid id, object? value)

Parameters

name string
id Guid
value object

Properties

Id

public Guid Id { get; }

Property Value

Guid

Index

public int? Index { get; }

Property Value

int?

Name

public string Name { get; }

Property Value

string

UpdateParameterLists

public bool UpdateParameterLists { get; set; }

Property Value

bool

Value

public object? Value { get; }

Property Value

object