C# Class WebApp.ViewModels.CustomerEditModel

Afficher le fichier Open project: RR-Studio/RealEstateCrm Class Usage Examples

Private Properties

Свойство Type Description
UpdatePhone void

Méthodes publiques

Méthode Description
Create ( Customer c ) : CustomerEditModel
UpdateDistricts ( Customer customer ) : void
UpdateEntity ( Customer customer ) : void
UpdateHousingTypes ( Customer customer ) : void

Private Methods

Méthode Description
UpdatePhone ( Customer item, int order, string phone ) : void

Method Details

Create() public static méthode

public static Create ( Customer c ) : CustomerEditModel
c WebApp.Entities.Customer
Résultat CustomerEditModel

UpdateDistricts() public méthode

public UpdateDistricts ( Customer customer ) : void
customer WebApp.Entities.Customer
Résultat void

UpdateEntity() public méthode

public UpdateEntity ( Customer customer ) : void
customer WebApp.Entities.Customer
Résultat void

UpdateHousingTypes() public méthode

public UpdateHousingTypes ( Customer customer ) : void
customer WebApp.Entities.Customer
Résultat void