.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.IRoleMethods Interface Reference

The interface for methods implemented on the RoleModel object. More...

Public Member Functions

StatusCode AddApplication (RequestContext context, RoleModel model, string ApplicationUri)
 
StatusCode AddEndpoint (RequestContext context, RoleModel model, string Endpoint)
 
StatusCode AddIdentity (RequestContext context, RoleModel model, IdentityMappingRuleType Rule)
 
StatusCode RemoveApplication (RequestContext context, RoleModel model, string RuleToRemove)
 
StatusCode RemoveEndpoint (RequestContext context, RoleModel model, string Endpoint)
 
StatusCode RemoveIdentity (RequestContext context, RoleModel model, IdentityMappingRuleType Rule)
 

Detailed Description

The interface for methods implemented on the RoleModel object.

Member Function Documentation

StatusCode UnifiedAutomation.UaServer.IRoleMethods.AddApplication ( RequestContext  context,
RoleModel  model,
string  ApplicationUri 
)

Parameters
context
model
ApplicationUri
Returns
StatusCode UnifiedAutomation.UaServer.IRoleMethods.AddEndpoint ( RequestContext  context,
RoleModel  model,
string  Endpoint 
)

Parameters
context
model
Endpoint
Returns
StatusCode UnifiedAutomation.UaServer.IRoleMethods.AddIdentity ( RequestContext  context,
RoleModel  model,
IdentityMappingRuleType  Rule 
)

Parameters
context
model
Rule
Returns
StatusCode UnifiedAutomation.UaServer.IRoleMethods.RemoveApplication ( RequestContext  context,
RoleModel  model,
string  RuleToRemove 
)

Parameters
context
model
RuleToRemove
Returns
StatusCode UnifiedAutomation.UaServer.IRoleMethods.RemoveEndpoint ( RequestContext  context,
RoleModel  model,
string  Endpoint 
)

Parameters
context
model
Endpoint
Returns
StatusCode UnifiedAutomation.UaServer.IRoleMethods.RemoveIdentity ( RequestContext  context,
RoleModel  model,
IdentityMappingRuleType  Rule 
)

Parameters
context
model
Rule
Returns

The documentation for this interface was generated from the following file: