Table of Contents

Class DynamicChild

Namespace
Artemis.Core.Modules
Assembly
Artemis.Core.dll

Represents a dynamic child value with its property attribute

public abstract class DynamicChild
Inheritance
DynamicChild
Derived

Properties

Attribute

Gets the attribute describing the dynamic child

public DataModelPropertyAttribute Attribute { get; }

Property Value

DataModelPropertyAttribute

BaseValue

Gets the current value of the dynamic child

public object? BaseValue { get; }

Property Value

object

Key

Gets the key of the dynamic child

public string Key { get; }

Property Value

string

Type

Gets the type of BaseValue

public Type Type { get; }

Property Value

Type

Methods

GetValue()

Gets the current value of the dynamic child

protected abstract object? GetValue()

Returns

object

The current value of the dynamic child