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

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

Parameters

applicationId
Type: SystemString

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

applicationSettingGroupName
Type: SystemString

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

text
Type: SystemString

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

Return Value

Type: String

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

See Also