Show / Hide Table of Contents

    IExpressionable Interface

    .NET Standard 2.x

    Represents a DataWindow expression (with default value) which is used to specify the value for a property in the DataWindow object. TValue is the type of the value.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Implements

    DWNet.Data.IReadOnlyExpressionable<TValue>

    Syntax

    public interface IExpressionable<TValue> : IReadOnlyExpressionable<TValue>
    

    Property

    Name Return Type Description
    Expression System.String Gets or sets the DataWindow expression used to specify the value for a property in the DataWindow object.
    Value TValue Gets or sets the default value specified for a property in the DataWindow object.
    Back to top Generated by Appeon