C# 클래스 WebApp.ViewModels.CustomerEditModel

파일 보기 프로젝트 열기: RR-Studio/RealEstateCrm 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UpdatePhone void

공개 메소드들

메소드 설명
Create ( Customer c ) : CustomerEditModel
UpdateDistricts ( Customer customer ) : void
UpdateEntity ( Customer customer ) : void
UpdateHousingTypes ( Customer customer ) : void

비공개 메소드들

메소드 설명
UpdatePhone ( Customer item, int order, string phone ) : void

메소드 상세

Create() 공개 정적인 메소드

public static Create ( Customer c ) : CustomerEditModel
c WebApp.Entities.Customer
리턴 CustomerEditModel

UpdateDistricts() 공개 메소드

public UpdateDistricts ( Customer customer ) : void
customer WebApp.Entities.Customer
리턴 void

UpdateEntity() 공개 메소드

public UpdateEntity ( Customer customer ) : void
customer WebApp.Entities.Customer
리턴 void

UpdateHousingTypes() 공개 메소드

public UpdateHousingTypes ( Customer customer ) : void
customer WebApp.Entities.Customer
리턴 void