C# 클래스 MyWalletz.DomainObjects.Extensions

파일 보기 프로젝트 열기: kazimanzurrashid/my-walletz-backbone

공개 메소드들

메소드 설명
AsModel ( this instance ) : DataTransferObjects.Account
AsModel ( this instance ) : DataTransferObjects.Category
AsModel ( this instance ) : DataTransferObjects.Transaction

메소드 상세

AsModel() 공개 정적인 메소드

public static AsModel ( this instance ) : DataTransferObjects.Account
instance this
리턴 DataTransferObjects.Account

AsModel() 공개 정적인 메소드

public static AsModel ( this instance ) : DataTransferObjects.Category
instance this
리턴 DataTransferObjects.Category

AsModel() 공개 정적인 메소드

public static AsModel ( this instance ) : DataTransferObjects.Transaction
instance this
리턴 DataTransferObjects.Transaction