FluentRpcMethodExtension Class
Class FluentRpcMethodExtension.
Inheritance Hierarchy
SystemObject
TwinCAT.Ads.TypeSystemFluentRpcMethodExtension
Namespace: TwinCAT.Ads.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public static class FluentRpcMethodExtensionThe FluentRpcMethodExtension type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Adds a parameter to the RpcMethod | |
|
|
AddParameter(RpcMethod, String, IDataType, MethodParamFlags) |
Adds a parameter to the RpcMethod |
|
|
AddParameter(RpcMethod, String, IDataType, MethodParamFlags, Int32) |
Adds a parameter to the RpcMethod |
|
|
Sets the ReturnType of the RpcMethod. |
- FluentRpcMethodExtension.AddParameter Method (RpcMethod, IRpcMethodParameter)
- FluentRpcMethodExtension.AddParameter Method (RpcMethod, String, IDataType, MethodParamFlags)
- FluentRpcMethodExtension.AddParameter Method (RpcMethod, String, IDataType, MethodParamFlags, Int32)
- FluentRpcMethodExtension.SetReturnType Method