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

61 строка
1.6 KiB
C#

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