Click or drag to resize

RoleGroup Constructor (Int32, String, Boolean)

Create a new data item set field Description

Namespace:  SOWIData.Management
Assembly:  SOWIData.Management (in SOWIData.Management.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public RoleGroup(
	int pClientID,
	string pName,
	bool pIsReadOnly = false
)

Parameters

pClientID
Type: SystemInt32

[Missing <param name="pClientID"/> documentation for "M:SOWIData.Management.RoleGroup.#ctor(System.Int32,System.String,System.Boolean)"]

pName
Type: SystemString

[Missing <param name="pName"/> documentation for "M:SOWIData.Management.RoleGroup.#ctor(System.Int32,System.String,System.Boolean)"]

pIsReadOnly (Optional)
Type: SystemBoolean

[Missing <param name="pIsReadOnly"/> documentation for "M:SOWIData.Management.RoleGroup.#ctor(System.Int32,System.String,System.Boolean)"]

See Also