Class ElementRpc<ElementType>
Inheritance
ElementRpc<ElementType>
Assembly: SlipeShared.dll
Syntax
public class ElementRpc<ElementType> : BaseRpc, IRpc where ElementType : Element
Type Parameters
Name |
Description |
ElementType |
|
Constructors
|
Improve this Doc
View Source
ElementRpc()
Declaration
|
Improve this Doc
View Source
ElementRpc(ElementType)
Declaration
public ElementRpc(ElementType element)
Parameters
Type |
Name |
Description |
ElementType |
element |
|
Properties
|
Improve this Doc
View Source
Element
Declaration
public ElementType Element { get; set; }
Property Value
Type |
Description |
ElementType |
|
Methods
|
Improve this Doc
View Source
Parse(Object)
Declaration
public override void Parse(dynamic value)
Parameters
Type |
Name |
Description |
Object |
value |
|
Overrides
Implements