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

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

Inherited by UnifiedAutomation.UaServer.RoleModel.

Public Member Functions

StatusCode AddApplication (RequestContext context, RoleModel model, string ApplicationUri)
 
StatusCode AddEndpoint (RequestContext context, RoleModel model, EndpointType Endpoint)
 
StatusCode AddIdentity (RequestContext context, RoleModel model, IdentityMappingRuleType Rule)
 
StatusCode RemoveApplication (RequestContext context, RoleModel model, string ApplicationUri)
 
StatusCode RemoveEndpoint (RequestContext context, RoleModel model, EndpointType 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

Implemented in UnifiedAutomation.UaServer.RoleModel.

StatusCode UnifiedAutomation.UaServer.IRoleMethods.AddEndpoint ( RequestContext  context,
RoleModel  model,
EndpointType  Endpoint 
)

Parameters
context
model
Endpoint
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.

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

Parameters
context
model
Rule
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.

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

Parameters
context
model
ApplicationUri
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.

StatusCode UnifiedAutomation.UaServer.IRoleMethods.RemoveEndpoint ( RequestContext  context,
RoleModel  model,
EndpointType  Endpoint 
)

Parameters
context
model
Endpoint
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.

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

Parameters
context
model
Rule
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.


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