C# 클래스 TinBot.Web.Exts

파일 보기 프로젝트 열기: marcodiniz/TinBot

공개 메소드들

메소드 설명
Dump ( this ctrl, object obj ) : void
ToItemVM ( this a, bool deleted = false, bool ignoreNull = false ) : ItemVM

비공개 메소드들

메소드 설명
Exts ( ) : System.Collections.Generic

메소드 상세

Dump() 공개 정적인 메소드

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

ToItemVM() 공개 정적인 메소드

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