C# Class TaskQueue.Providers.TItemModel

Inheritance: ITItem
Show file Open project: skipme/TaskMQ Class Usage Examples

Public Properties

Property Type Description
Holder object>.Dictionary

Private Properties

Property Type Description

Public Methods

Method Description
GetHolder ( ) : object>.Dictionary

Rewrite internal dictionary values with fields available in model and return reference to it

GetModel ( ) : RepresentedModel
ReverseSetProps ( ) : void
SetHolder ( object>.Dictionary msgDict ) : void
SetProps ( ) : void
TItemModel ( ) : System
TItemModel ( object>.Dictionary msgDict ) : System
ToExpando ( ) : dynamic

Method Details

GetHolder() public method

Rewrite internal dictionary values with fields available in model and return reference to it
public GetHolder ( ) : object>.Dictionary
return object>.Dictionary

GetModel() public method

public GetModel ( ) : RepresentedModel
return RepresentedModel

ReverseSetProps() public method

public ReverseSetProps ( ) : void
return void

SetHolder() public method

public SetHolder ( object>.Dictionary msgDict ) : void
msgDict object>.Dictionary
return void

SetProps() public method

public SetProps ( ) : void
return void

TItemModel() public method

public TItemModel ( ) : System
return System

TItemModel() public method

public TItemModel ( object>.Dictionary msgDict ) : System
msgDict object>.Dictionary
return System

ToExpando() public method

public ToExpando ( ) : dynamic
return dynamic

Property Details

Holder public property

public Dictionary Holder
return object>.Dictionary