Class PTAnnotationViewController
Inheritance
System.Object
PTAnnotationViewController
Implements
ObjCRuntime.INativeObject
System.IDisposable
Assembly: Tools.dll
Syntax
public class PTAnnotationViewController : UITableViewController, IPTOverridable, INativeObject, IDisposable
Constructors
PTAnnotationViewController()
Declaration
public PTAnnotationViewController()
PTAnnotationViewController(NSCoder)
Declaration
public PTAnnotationViewController(NSCoder coder)
Parameters
Type |
Name |
Description |
Foundation.NSCoder |
coder |
|
PTAnnotationViewController(NSObjectFlag)
Declaration
protected PTAnnotationViewController(NSObjectFlag t)
Parameters
Type |
Name |
Description |
Foundation.NSObjectFlag |
t |
|
Declaration
public PTAnnotationViewController(PTToolManager toolManager)
Parameters
PTAnnotationViewController(PTAnnotationManager)
Declaration
public PTAnnotationViewController(PTAnnotationManager annotationManager)
Parameters
PTAnnotationViewController(IntPtr)
Declaration
protected PTAnnotationViewController(IntPtr handle)
Parameters
Type |
Name |
Description |
System.IntPtr |
handle |
|
PTAnnotationViewController(UITableViewStyle)
Declaration
public PTAnnotationViewController(UITableViewStyle style)
Parameters
Type |
Name |
Description |
UIKit.UITableViewStyle |
style |
|
Properties
AnnotationManager
Declaration
public virtual PTAnnotationManager AnnotationManager { get; set; }
Property Value
AnnotationRepliesEnabled
Declaration
public virtual bool AnnotationRepliesEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AnnotationsHidden
Declaration
public virtual bool AnnotationsHidden { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ClassHandle
Declaration
public override IntPtr ClassHandle { get; }
Property Value
Type |
Description |
System.IntPtr |
|
Configuration
Declaration
public virtual PTAnnotationViewControllerConfiguration Configuration { get; }
Property Value
CreationDateSortMode
Declaration
public virtual PTAnnotationSortMode CreationDateSortMode { get; }
Property Value
CurrentSortMode
Declaration
public virtual PTAnnotationSortMode CurrentSortMode { get; set; }
Property Value
DefaultConfiguration
Declaration
public static PTAnnotationViewControllerConfiguration DefaultConfiguration { get; }
Property Value
Delegate
Declaration
public PTAnnotationViewControllerDelegate Delegate { get; set; }
Property Value
Declaration
public virtual UIBarButtonItem DoneButtonItem { get; }
Property Value
Type |
Description |
UIKit.UIBarButtonItem |
|
EmptyIndicator
Declaration
public virtual PTEmptyTableViewIndicator EmptyIndicator { get; }
Property Value
ExcludedAnnotationTypes
Declaration
public virtual NSNumber[] ExcludedAnnotationTypes { get; set; }
Property Value
Type |
Description |
Foundation.NSNumber[] |
|
ModificationDateSortMode
Declaration
public virtual PTAnnotationSortMode ModificationDateSortMode { get; }
Property Value
Declaration
public virtual UIBarButtonItem MoreButtonItem { get; }
Property Value
Type |
Description |
UIKit.UIBarButtonItem |
|
Declaration
public virtual UIMenu MoreMenu { get; }
Property Value
Type |
Description |
UIKit.UIMenu |
|
PageNumberSortMode
Declaration
public virtual PTAnnotationSortMode PageNumberSortMode { get; }
Property Value
Readonly
Declaration
public virtual bool Readonly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SortModes
Declaration
public virtual PTAnnotationSortMode[] SortModes { get; set; }
Property Value
WeakDelegate
Declaration
public virtual NSObject WeakDelegate { get; set; }
Property Value
Type |
Description |
Foundation.NSObject |
|
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Events
DidSelectAnnotation
Declaration
public event EventHandler<AnnotationViewControllerDidSelectAnnotationEventArgs> DidSelectAnnotation
Event Type
Implements
ObjCRuntime.INativeObject
System.IDisposable