.NET Based OPC UA Client/Server SDK  3.3.0.530
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)
 https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.7 More...
 
StatusCode AddEndpoint (RequestContext context, RoleModel model, EndpointType Endpoint)
 https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.9 More...
 
StatusCode AddIdentity (RequestContext context, RoleModel model, IdentityMappingRuleType Rule)
 https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.5 More...
 
StatusCode RemoveApplication (RequestContext context, RoleModel model, string ApplicationUri)
 https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.8 More...
 
StatusCode RemoveEndpoint (RequestContext context, RoleModel model, EndpointType Endpoint)
 https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.10 More...
 
StatusCode RemoveIdentity (RequestContext context, RoleModel model, IdentityMappingRuleType Rule)
 https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.6 More...
 

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 
)

https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.7

Parameters
context
model
ApplicationUri
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.

StatusCode UnifiedAutomation.UaServer.IRoleMethods.AddEndpoint ( RequestContext  context,
RoleModel  model,
EndpointType  Endpoint 
)
StatusCode UnifiedAutomation.UaServer.IRoleMethods.AddIdentity ( RequestContext  context,
RoleModel  model,
IdentityMappingRuleType  Rule 
)
StatusCode UnifiedAutomation.UaServer.IRoleMethods.RemoveApplication ( RequestContext  context,
RoleModel  model,
string  ApplicationUri 
)

https://reference.opcfoundation.org/v105/Core/docs/Part18/4.4.8

Parameters
context
model
ApplicationUri
Returns

Implemented in UnifiedAutomation.UaServer.RoleModel.

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

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