RpcInstanceFromKeyMethodAttribute Class

Represents class or interface attribute that determines which method should be used for conversion from RPC key
Inheritance Hierarchy
SystemObject
  SystemAttribute
    TSD.AttributesRpcInstanceFromKeyMethodAttribute

Namespace:  TSD.Attributes
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public sealed class RpcInstanceFromKeyMethodAttribute : Attribute

The RpcInstanceFromKeyMethodAttribute type exposes the following members.

Constructors
  NameDescription
Public methodRpcInstanceFromKeyMethodAttribute
Constructs the RpcInstanceFromKeyMethodAttribute instance
Top
Properties
  NameDescription
Public propertyMethodInfo
Gets the information about referenced conversion method
Top
See Also