Click or drag to resize
Change Constructor (ModeType, String, String)
Part of a SOAP model

Namespace: IdmNet.SoapModels
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public Change(
	ModeType operation,
	string attrName,
	string attrValue
)

Parameters

operation
Type: IdmNet.SoapModelsModeType

[Missing <param name="operation"/> documentation for "M:IdmNet.SoapModels.Change.#ctor(IdmNet.SoapModels.ModeType,System.String,System.String)"]

attrName
Type: SystemString

[Missing <param name="attrName"/> documentation for "M:IdmNet.SoapModels.Change.#ctor(IdmNet.SoapModels.ModeType,System.String,System.String)"]

attrValue
Type: SystemString

[Missing <param name="attrValue"/> documentation for "M:IdmNet.SoapModels.Change.#ctor(IdmNet.SoapModels.ModeType,System.String,System.String)"]

See Also