Table of Contents

Class DynamicColumnsObject

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

动态列类

public class DynamicColumnsObject : IDynamicColumnsObject, IDynamicObject
Inheritance
DynamicColumnsObject
Implements
Inherited Members
Extension Methods

Constructors

DynamicColumnsObject()

构造函数

public DynamicColumnsObject()

DynamicColumnsObject(Dictionary<string, object?>)

构造函数

public DynamicColumnsObject(Dictionary<string, object?> columnsData)

Parameters

columnsData Dictionary<string, object>

Properties

Columns

获得设置 列与列数值集合

public Dictionary<string, object?> Columns { get; set; }

Property Value

Dictionary<string, object>

DynamicObjectPrimaryKey

获得/设置 行主键

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