ios-samples/MonoDevelopTouchCells/DetailViewController.xib.de...

61 строка
1.6 KiB
C#
Исходник Постоянная ссылка Обычный вид История

2009-11-11 02:08:09 +03:00
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// 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;
#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")));
return this.__mt_view;
2009-11-11 02:08:09 +03:00
}
set {
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")));
return this.__mt_checkedImage;
2009-11-11 02:08:09 +03:00
}
set {
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")));
return this.__mt_itemTitle;
2009-11-11 02:08:09 +03:00
}
set {
this.__mt_itemTitle = value;
2009-11-11 02:08:09 +03:00
this.SetNativeField("itemTitle", value);
}
}
}
}