C# Class TinBot.Web.Exts

显示文件 Open project: marcodiniz/TinBot

Public Methods

Method Description
Dump ( this ctrl, object obj ) : void
ToItemVM ( this a, bool deleted = false, bool ignoreNull = false ) : ItemVM

Private Methods

Method Description
Exts ( ) : System.Collections.Generic

Method Details

Dump() public static method

public static Dump ( this ctrl, object obj ) : void
ctrl this
obj object
return void

ToItemVM() public static method

public static ToItemVM ( this a, bool deleted = false, bool ignoreNull = false ) : ItemVM
a this
deleted bool
ignoreNull bool
return ItemVM