Table of Contents

Interface IDataBindingProperty

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a data binding registration

public interface IDataBindingProperty

Properties

DisplayName

Gets or sets the display name of the data binding registration

string DisplayName { get; }

Property Value

string

ValueType

Gets the type of the value this data binding registration points to

Type ValueType { get; }

Property Value

Type

Methods

GetValue()

Gets the value of the property this registration points to

object? GetValue()

Returns

object

A value matching the type of ValueType

SetValue(object)

Sets the value of the property this registration points to

void SetValue(object value)

Parameters

value object

A value matching the type of ValueType