Show / Hide Table of Contents

Class ElementRpc

Inheritance
Object
BaseRpc
ElementRpc
Implements
IRpc
Inherited Members
BaseRpc.OnClientRpcFailed
BaseRpc.GetArray<T>(Object)
BaseRpc.CreateElementArray(Element[])
BaseRpc.GetElementArray<T>(Object)
BaseRpc.GetElement<T>(Object)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Shared.Rpc
Assembly: SlipeShared.dll
Syntax
public class ElementRpc : BaseRpc, IRpc

Constructors

| Improve this Doc View Source

ElementRpc()

Declaration
public ElementRpc()
| Improve this Doc View Source

ElementRpc(Element)

Declaration
public ElementRpc(Element element)
Parameters
Type Name Description
Element element

Properties

| Improve this Doc View Source

Element

Declaration
public Element Element { get; set; }
Property Value
Type Description
Element

Methods

| Improve this Doc View Source

Parse(Object)

Declaration
public override void Parse(dynamic value)
Parameters
Type Name Description
Object value
Overrides
BaseRpc.Parse(Object)

Implements

IRpc
  • Improve this Doc
  • View Source
Back to top Generated by DocFX