C# 클래스 MonoDroid.Dialog.RadioElement

상속: StringElement
파일 보기 프로젝트 열기: Redth/MonoDroid.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
Group string

공개 메소드들

메소드 설명
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
RadioElement ( string caption ) : System
RadioElement ( string caption, string group ) : System
Summary ( ) : string

메소드 상세

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

RadioElement() 공개 메소드

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

RadioElement() 공개 메소드

public RadioElement ( string caption, string group ) : System
caption string
group string
리턴 System

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

Group 공개적으로 프로퍼티

public string Group
리턴 string