Table of Contents

Class DynamicObject

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

动态类型实体类 IDynamicObject 实例

public class DynamicObject : IDynamicObject
Inheritance
DynamicObject
Implements
Derived
Inherited Members
Extension Methods

Constructors

DynamicObject()

public DynamicObject()

Properties

DynamicObjectPrimaryKey

[AutoGenerateColumn(Ignore = true)]
public Guid DynamicObjectPrimaryKey { get; set; }

Property Value

Guid

Methods

GetValue(string)

public virtual object? GetValue(string propertyName)

Parameters

propertyName string

Returns

object

SetValue(string, object?)

public virtual void SetValue(string propertyName, object? value)

Parameters

propertyName string
value object