C# 클래스 Blog.Mobile.Helpers.Controls

파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0

공개 메소드들

메소드 설명
CreateDatePicker ( string binding ) : CustomDatePicker
CreateLabel ( string text ) : Label
CreatePicker ( IEnumerable itemsSrc ) : CustomPicker
CreateTextEntry ( string binding ) : CustomTextEntry

메소드 상세

CreateDatePicker() 공개 정적인 메소드

public static CreateDatePicker ( string binding ) : CustomDatePicker
binding string
리턴 Blog.Mobile.Components.CustomDatePicker

CreateLabel() 공개 정적인 메소드

public static CreateLabel ( string text ) : Label
text string
리턴 Xamarin.Forms.Label

CreatePicker() 공개 정적인 메소드

public static CreatePicker ( IEnumerable itemsSrc ) : CustomPicker
itemsSrc IEnumerable
리턴 Blog.Mobile.Components.CustomPicker

CreateTextEntry() 공개 정적인 메소드

public static CreateTextEntry ( string binding ) : CustomTextEntry
binding string
리턴 Blog.Mobile.Components.CustomTextEntry