C# Class BeerDrinkin.iOS.PurchaseTableViewCell

Show file Open project: MikeCodesDotNet/Beer-Drinkin

Private Properties

Property Type Description
ReleaseDesignerOutlets void

Public Methods

Method Description
AwakeFromNib ( ) : void
LayoutIfNeeded ( ) : void
PurchaseTableViewCell ( IntPtr handle ) : Foundation
PurchaseTableViewCell ( NSString cellId ) : Foundation

Private Methods

Method Description
ReleaseDesignerOutlets ( ) : void

Method Details

AwakeFromNib() public method

public AwakeFromNib ( ) : void
return void

LayoutIfNeeded() public method

public LayoutIfNeeded ( ) : void
return void

PurchaseTableViewCell() public method

public PurchaseTableViewCell ( IntPtr handle ) : Foundation
handle System.IntPtr
return Foundation

PurchaseTableViewCell() public method

public PurchaseTableViewCell ( NSString cellId ) : Foundation
cellId NSString
return Foundation