2009-11-11 02:08:09 +03:00
|
|
|
// ------------------------------------------------------------------------------
|
|
|
|
// <autogenerated>
|
|
|
|
// This code was generated by a tool.
|
2011-08-02 03:42:16 +04:00
|
|
|
// Mono Runtime Version: 4.0.30319.1
|
2015-01-19 18:09:40 +03:00
|
|
|
//
|
|
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
2009-11-11 02:08:09 +03:00
|
|
|
// the code is regenerated.
|
|
|
|
// </autogenerated>
|
|
|
|
// ------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
namespace MonoDevelopTouchCells {
|
2015-01-19 18:09:40 +03:00
|
|
|
|
2009-11-11 02:08:09 +03:00
|
|
|
// Base type probably should be MonoTouch.UIKit.UIViewController or subclass
|
2015-01-19 18:09:40 +03:00
|
|
|
[Foundation.Register("DetailViewController")]
|
2009-11-11 02:08:09 +03:00
|
|
|
public partial class DetailViewController {
|
2015-01-19 18:09:40 +03:00
|
|
|
|
|
|
|
private UIKit.UIView __mt_view;
|
|
|
|
|
|
|
|
private UIKit.UIImageView __mt_checkedImage;
|
|
|
|
|
|
|
|
private UIKit.UILabel __mt_itemTitle;
|
|
|
|
|
2011-08-02 03:42:16 +04:00
|
|
|
#pragma warning disable 0169
|
2015-01-19 18:09:40 +03:00
|
|
|
[Foundation.Connect("view")]
|
|
|
|
private UIKit.UIView view {
|
2009-11-11 02:08:09 +03:00
|
|
|
get {
|
2015-01-19 18:09:40 +03:00
|
|
|
this.__mt_view = ((UIKit.UIView)(this.GetNativeField("view")));
|
2011-08-02 03:42:16 +04:00
|
|
|
return this.__mt_view;
|
2009-11-11 02:08:09 +03:00
|
|
|
}
|
|
|
|
set {
|
2011-08-02 03:42:16 +04:00
|
|
|
this.__mt_view = value;
|
2009-11-11 02:08:09 +03:00
|
|
|
this.SetNativeField("view", value);
|
|
|
|
}
|
|
|
|
}
|
2015-01-19 18:09:40 +03:00
|
|
|
|
|
|
|
[Foundation.Connect("checkedImage")]
|
|
|
|
private UIKit.UIImageView checkedImage {
|
2009-11-11 02:08:09 +03:00
|
|
|
get {
|
2015-01-19 18:09:40 +03:00
|
|
|
this.__mt_checkedImage = ((UIKit.UIImageView)(this.GetNativeField("checkedImage")));
|
2011-08-02 03:42:16 +04:00
|
|
|
return this.__mt_checkedImage;
|
2009-11-11 02:08:09 +03:00
|
|
|
}
|
|
|
|
set {
|
2011-08-02 03:42:16 +04:00
|
|
|
this.__mt_checkedImage = value;
|
2009-11-11 02:08:09 +03:00
|
|
|
this.SetNativeField("checkedImage", value);
|
|
|
|
}
|
|
|
|
}
|
2015-01-19 18:09:40 +03:00
|
|
|
|
|
|
|
[Foundation.Connect("itemTitle")]
|
|
|
|
private UIKit.UILabel itemTitle {
|
2009-11-11 02:08:09 +03:00
|
|
|
get {
|
2015-01-19 18:09:40 +03:00
|
|
|
this.__mt_itemTitle = ((UIKit.UILabel)(this.GetNativeField("itemTitle")));
|
2011-08-02 03:42:16 +04:00
|
|
|
return this.__mt_itemTitle;
|
2009-11-11 02:08:09 +03:00
|
|
|
}
|
|
|
|
set {
|
2011-08-02 03:42:16 +04:00
|
|
|
this.__mt_itemTitle = value;
|
2009-11-11 02:08:09 +03:00
|
|
|
this.SetNativeField("itemTitle", value);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|