C# Класс AppKit.ReplaceViewSeque

Наследование: NSStoryboardSegue
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Perform() публичный Метод

Removes the Source View Controller from the stack and replaces it with the Destination View Controller.
public Perform ( ) : void
Результат void

ReplaceViewSeque() публичный Метод

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( ) : System
Результат System

ReplaceViewSeque() публичный Метод

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( IntPtr handle ) : System
handle System.IntPtr Handle.
Результат System

ReplaceViewSeque() публичный Метод

Initializes a new instance of the AppKit.ReplaceViewSeque class.
public ReplaceViewSeque ( NSObjectFlag x ) : System
x NSObjectFlag The x coordinate.
Результат System

ReplaceViewSeque() публичный Метод

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.
Результат System