镁离子解离常数模型。 等价于 Python equilibrator_cache/models/magnesium_dissociation_constant.py。 表示化合物特定伪异构体的 Mg2+ 解离常数。
MagnesiumDissociationConstant
01 Syntax
Emily.eQuilibrator.Core.Models.MagnesiumDissociationConstant
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Id | 1 | 主键 ID |
| CompoundId | 1 | 所属化合物的 ID(外键) |
| NumberProtons | 1 | 质子数。 |
| NumberMagnesiums | 1 | 镁离子数。 |
| DissociationConstant | 1 | 解离常数。 |
04 Members
Id
主键 ID
CompoundId
所属化合物的 ID(外键)
NumberProtons
质子数。
NumberMagnesiums
镁离子数。
DissociationConstant
解离常数。
ToString()