FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

authData Constructor

Initializes a new instance of the authData class.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public authData(
	string name,
	string desc,
	string type
)
Public Sub New ( _
	name As String, _
	desc As String, _
	type As String _
)
public:
authData(
	String^ name, 
	String^ desc, 
	String^ type
)

Parameters

name
Type: String
The name.
desc
Type: String
The desc.
type
Type: String
The type.