Click or drag to resize
ApplicationSettingServiceGetValue Method
根据配置的文本获取值信息

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public string GetValue(
	string applicationId,
	string applicationSettingGroupName,
	string text
)

Parameters

applicationId
Type: SystemString

[Missing <param name="applicationId"/> documentation for "M:X3Platform.Apps.BLL.ApplicationSettingService.GetValue(System.String,System.String,System.String)"]

applicationSettingGroupName
Type: SystemString

[Missing <param name="applicationSettingGroupName"/> documentation for "M:X3Platform.Apps.BLL.ApplicationSettingService.GetValue(System.String,System.String,System.String)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:X3Platform.Apps.BLL.ApplicationSettingService.GetValue(System.String,System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:X3Platform.Apps.BLL.ApplicationSettingService.GetValue(System.String,System.String,System.String)"]

Implements

IApplicationSettingServiceGetValue(String, String, String)
See Also