Search Results for

    Show / Hide Table of Contents

    Class IdenConstant

    Class avaible to define constants in expression evaluator

    Inheritance
    object
    EvalIdentifier
    IdenConstant
    Inherited Members
    EvalIdentifier.Name
    EvalIdentifier.FModel
    EvalIdentifier.FHelp
    EvalIdentifier.EvalObject
    EvalIdentifier.Model
    EvalIdentifier.Help
    EvalIdentifier.Value
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public class IdenConstant : EvalIdentifier

    Constructors

    IdenConstant(Evaluator)

    Constructor

    Declaration
    public IdenConstant(Evaluator eval)
    Parameters
    Type Name Description
    Evaluator eval

    Fields

    FValue

    Declaration
    protected Variant FValue
    Field Value
    Type Description
    Variant

    Methods

    GetValue()

    Returns the value of the constant

    Declaration
    protected override Variant GetValue()
    Returns
    Type Description
    Variant
    Overrides
    EvalIdentifier.GetValue()

    SetValue(Variant)

    Constants can not be assigned so a exception is lauched

    Declaration
    protected override void SetValue(Variant avalue)
    Parameters
    Type Name Description
    Variant avalue
    Overrides
    EvalIdentifier.SetValue(Variant)
    In this article
    Back to top Generated by DocFX