KeyMaster.NET
Permission Constructor (subjectPattern, allowRead, allowWrite, allowTrade)
KeyMaster.NETCaplin.KeyMaster.PermissioningPermissionPermission(String, Boolean, Boolean, Boolean)
Initializes a new instance of the Permission class with permissions for a subject pattern.
Declaration Syntax
C#Visual BasicVisual C++
public Permission(
	string subjectPattern,
	bool allowRead,
	bool allowWrite,
	bool allowTrade
)
Public Sub New ( _
	subjectPattern As String, _
	allowRead As Boolean, _
	allowWrite As Boolean, _
	allowTrade As Boolean _
)
public:
Permission(
	String^ subjectPattern, 
	bool allowRead, 
	bool allowWrite, 
	bool allowTrade
)
Parameters
subjectPattern (String)
The subject pattern.
allowRead (Boolean)
If set to true, the user can read subjects matching subjectPattern.
allowWrite (Boolean)
If set to true, the user can contribute to (publish to) subjects matching subjectPattern.
allowTrade (Boolean)
If set to true, the user can trade on subjects matching subjectPattern.

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.2.0 (5.0.2.0)