IDigitalNumberServiceGenerateCodeByPrefixCode Method (String, String, String) |
根据前缀生成数字编码
Namespace: X3Platform.DigitalNumber.IBLLAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxstring GenerateCodeByPrefixCode(
string entityTableName,
string prefixCode,
string expression
)
String^ GenerateCodeByPrefixCode(
String^ entityTableName,
String^ prefixCode,
String^ expression
)
Parameters
- entityTableName
- Type: SystemString
实体数据表 - prefixCode
- Type: SystemString
前缀编号 - expression
- Type: SystemString
规则表达式
Return Value
Type:
String数字编码
See Also