BuildMaster SDK Reference
Version:

KoBindingExpression Structure

A string or object that evaluates to a binding expression

Inheritance Hierarchy

  • object
    • System.ValueType
      • Inedo.Web.DP.KoBindingExpression

Syntax

public struct KoBindingExpression

Constructors

Name Description
KoBindingExpression(string bindingExpression)

Initializes a new instance of the KoBindingExpression struct.

Methods

Name Description
Format(object val)

Formats the specified value.

ToString

Returns a System.String that represents this instance.

Remarks

When implicitly converting from a string, the binding expression will be Javascript encoded.