C# 클래스 Android.Dialog.StringElement

상속: Element
파일 보기 프로젝트 열기: sam-lippert/Android.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alignment object

보호된 프로퍼티들

프로퍼티 타입 설명
_caption Android.Widget.TextView
_text Android.Widget.TextView

공개 메소드들

메소드 설명
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
Matches ( string text ) : bool
StringElement ( string caption ) : System
StringElement ( string caption, int layoutId ) : System
StringElement ( string caption, string value ) : System
StringElement ( string caption, string value, int layoutId ) : System
Summary ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetView() 공개 메소드

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
리턴 Android.Views.View

Matches() 공개 메소드

public Matches ( string text ) : bool
text string
리턴 bool

StringElement() 공개 메소드

public StringElement ( string caption ) : System
caption string
리턴 System

StringElement() 공개 메소드

public StringElement ( string caption, int layoutId ) : System
caption string
layoutId int
리턴 System

StringElement() 공개 메소드

public StringElement ( string caption, string value ) : System
caption string
value string
리턴 System

StringElement() 공개 메소드

public StringElement ( string caption, string value, int layoutId ) : System
caption string
value string
layoutId int
리턴 System

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

Alignment 공개적으로 프로퍼티

public object Alignment
리턴 object

_caption 보호되어 있는 프로퍼티

protected TextView,Android.Widget _caption
리턴 Android.Widget.TextView

_text 보호되어 있는 프로퍼티

protected TextView,Android.Widget _text
리턴 Android.Widget.TextView