C# 클래스 XamarinCRMPOP.LeadContactPage

상속: BasePage
파일 보기 프로젝트 열기: xamarin-automation-service/UITest-Training-Assignment

공개 메소드들

메소드 설명
EnterLeadContact ( string role, string firstName, string lastName, string phone, string email, string address, string postalCode, string city, string state, string country ) : LeadContactPage
GoToLeadDetails ( ) : void
LeadContactPage ( AndroidApp app ) : Xamarin.UITest
SaveLead ( ) : void

메소드 상세

EnterLeadContact() 공개 메소드

public EnterLeadContact ( string role, string firstName, string lastName, string phone, string email, string address, string postalCode, string city, string state, string country ) : LeadContactPage
role string
firstName string
lastName string
phone string
email string
address string
postalCode string
city string
state string
country string
리턴 LeadContactPage

GoToLeadDetails() 공개 메소드

public GoToLeadDetails ( ) : void
리턴 void

LeadContactPage() 공개 메소드

public LeadContactPage ( AndroidApp app ) : Xamarin.UITest
app AndroidApp
리턴 Xamarin.UITest

SaveLead() 공개 메소드

public SaveLead ( ) : void
리턴 void