Click or drag to resize
MessageObjectSet Method (String, Object, Object, String, String)
设置信息

Namespace: X3Platform.Messages
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public void Set(
	string returnCode,
	Object value,
	Object result,
	string description,
	string url
)

Parameters

returnCode
Type: SystemString

[Missing <param name="returnCode"/> documentation for "M:X3Platform.Messages.MessageObject.Set(System.String,System.Object,System.Object,System.String,System.String)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:X3Platform.Messages.MessageObject.Set(System.String,System.Object,System.Object,System.String,System.String)"]

result
Type: SystemObject

[Missing <param name="result"/> documentation for "M:X3Platform.Messages.MessageObject.Set(System.String,System.Object,System.Object,System.String,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:X3Platform.Messages.MessageObject.Set(System.String,System.Object,System.Object,System.String,System.String)"]

url
Type: SystemString

[Missing <param name="url"/> documentation for "M:X3Platform.Messages.MessageObject.Set(System.String,System.Object,System.Object,System.String,System.String)"]

See Also