Show / Hide Table of Contents

Class GraphableTransition

Inheritance
System.Object
GraphableTransition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Pelican7.UIGraph
Assembly: UI Graph API Documentation Project.dll
Syntax
public class GraphableTransition

Constructors

GraphableTransition(ViewControllerTransitionIdentifier, IGraphable, IGraphable, Boolean, Boolean, String, Object)

Declaration
public GraphableTransition(ViewControllerTransitionIdentifier transitionIdentifier, IGraphable sourceGraphable, IGraphable destinationGraphable, bool animated, bool interactive, string userIdentifier, object invoker)
Parameters
Type Name Description
ViewControllerTransitionIdentifier transitionIdentifier
IGraphable sourceGraphable
IGraphable destinationGraphable
System.Boolean animated
System.Boolean interactive
System.String userIdentifier
System.Object invoker

Properties

Animated

Declaration
public bool Animated { get; }
Property Value
Type Description
System.Boolean

DestinationGraphable

Declaration
public IGraphable DestinationGraphable { get; }
Property Value
Type Description
IGraphable

Interactive

Declaration
public bool Interactive { get; }
Property Value
Type Description
System.Boolean

Invoker

Declaration
public object Invoker { get; }
Property Value
Type Description
System.Object

SourceGraphable

Declaration
public IGraphable SourceGraphable { get; }
Property Value
Type Description
IGraphable

TransitionIdentifier

Declaration
public ViewControllerTransitionIdentifier TransitionIdentifier { get; }
Property Value
Type Description
ViewControllerTransitionIdentifier

UserIdentifier

Declaration
public string UserIdentifier { get; }
Property Value
Type Description
System.String
Back to top © 2019 Pelican 7 LTD. All rights reserved.