C# Class AppKit.ReplaceViewSeque

Inheritance: NSStoryboardSegue
Datei anzeigen Open project: xamarin/mac-samples

Public Methods

Method Description
Perform ( ) : void

Removes the Source View Controller from the stack and replaces it with the Destination View Controller.

ReplaceViewSeque ( ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

ReplaceViewSeque ( IntPtr handle ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

ReplaceViewSeque ( NSObjectFlag x ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

ReplaceViewSeque ( string identifier, NSObject sourceController, NSObject destinationController ) : System

Initializes a new instance of the AppKit.ReplaceViewSeque class.

Method Details

Perform() public method

Removes the Source View Controller from the stack and replaces it with the Destination View Controller.
public Perform ( ) : void
return void

ReplaceViewSeque() public method

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( ) : System
return System

ReplaceViewSeque() public method

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( IntPtr handle ) : System
handle System.IntPtr Handle.
return System

ReplaceViewSeque() public method

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( NSObjectFlag x ) : System
x NSObjectFlag The x coordinate.
return System

ReplaceViewSeque() public method

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( string identifier, NSObject sourceController, NSObject destinationController ) : System
identifier string Identifier.
sourceController NSObject Source controller.
destinationController NSObject Destination controller.
return System