C# 클래스 XamarinCRMPOP.LeadDetailsPage

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

공개 메소드들

메소드 설명
EnterLeadDetails ( string company, string industry, string size, string stage ) : LeadDetailsPage
GoToLeadContact ( ) : void
LeadDetailsPage ( AndroidApp app ) : Xamarin.UITest
SaveLead ( ) : void
SelectNewIndustry ( string industry ) : LeadDetailsPage
SelectNewStage ( string stage ) : LeadDetailsPage

메소드 상세

EnterLeadDetails() 공개 메소드

public EnterLeadDetails ( string company, string industry, string size, string stage ) : LeadDetailsPage
company string
industry string
size string
stage string
리턴 LeadDetailsPage

GoToLeadContact() 공개 메소드

public GoToLeadContact ( ) : void
리턴 void

LeadDetailsPage() 공개 메소드

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

SaveLead() 공개 메소드

public SaveLead ( ) : void
리턴 void

SelectNewIndustry() 공개 메소드

public SelectNewIndustry ( string industry ) : LeadDetailsPage
industry string
리턴 LeadDetailsPage

SelectNewStage() 공개 메소드

public SelectNewStage ( string stage ) : LeadDetailsPage
stage string
리턴 LeadDetailsPage