C# 클래스 MvvmCross.AutoView.iOS.Views.Lists.GeneralListItemViewFactory

상속: IMvxLayoutListItemViewFactory
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell

보호된 메소드들

메소드 설명
GetBindingDescriptions ( ) : IEnumerable
GetCellStyle ( ) : UITableViewCellStyle

비공개 메소드들

메소드 설명
CreateBindingDescriptions ( ) : IEnumerable

메소드 상세

BuildView() 공개 메소드

public BuildView ( NSIndexPath indexPath, object item, string cellId ) : UITableViewCell
indexPath NSIndexPath
item object
cellId string
리턴 UITableViewCell

GetBindingDescriptions() 보호된 메소드

protected GetBindingDescriptions ( ) : IEnumerable
리턴 IEnumerable

GetCellStyle() 보호된 메소드

protected GetCellStyle ( ) : UITableViewCellStyle
리턴 UITableViewCellStyle