Show / Hide Table of Contents

Interface IBindable

An identified item that supports in and out parameter binding

Inherited Members
IIdentifiable.AgencyId
IIdentifiable.Identifier
IIdentifiable.UserIds
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public interface IBindable : IIdentifiable

Properties

Bindings

A collection of bindings that maps parameters from a source to a target.

Declaration
ObservableCollection<Binding> Bindings { get; }
Property Value
Type Description
ObservableCollection<Binding>

InParameters

A collection of parameters provided as input to the construct.

Declaration
ObservableCollection<Parameter> InParameters { get; }
Property Value
Type Description
ObservableCollection<Parameter>

OutParameters

A collection of parameters provided as output by the construct.

Declaration
ObservableCollection<Parameter> OutParameters { get; }
Property Value
Type Description
ObservableCollection<Parameter>
In This Article
Back to top Generated by DocFX