SysParam Class

系统参数。

Definition

Namespace: QuickAdmin.Entity
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.4
C#
[Display(Name = "系统参数")]
public class SysParam : EntityWithIdKey<string>, 
	ICRUDEntity<string>, IEntityWithIdKey<string>, IEntity
Inheritance
object    EntityWithIdKey<string>    SysParam
Implements
ICRUDEntity<string>, IEntity, IEntityWithIdKey<string>

Constructors

SysParamInitializes a new instance of the SysParam class

Properties

Public Properties

Id 获取/设置参数 Id。
(Overrides EntityWithIdKey<TKey>.Id)
Value 获取/设置参数值。

Methods

Public Methods

ToString 返回对本实体的描述字符串。
(Overrides EntityWithIdKey<TKey>.ToString())

See Also