Class GraphableTransitionIdentifier
Inheritance
System.Object
GraphableTransitionIdentifier
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 GraphableTransitionIdentifier
Constructors
GraphableTransitionIdentifier(ViewControllerTransitionIdentifier, ViewControllerTransitionIdentifier)
Declaration
public GraphableTransitionIdentifier(ViewControllerTransitionIdentifier transitionIdentifier, ViewControllerTransitionIdentifier reverseTransitionIdentifier = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewControllerTransitionIdentifier | transitionIdentifier | |
| ViewControllerTransitionIdentifier | reverseTransitionIdentifier |
Properties
HasReverseTransition
Declaration
public bool HasReverseTransition { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ReverseTransitionIdentifier
Declaration
public ViewControllerTransitionIdentifier ReverseTransitionIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| ViewControllerTransitionIdentifier |
TransitionGuid
Declaration
public string TransitionGuid { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TransitionIdentifier
Declaration
public ViewControllerTransitionIdentifier TransitionIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| ViewControllerTransitionIdentifier |
TransitionType
Declaration
public ViewControllerTransitionIdentifier.TransitionType TransitionType { get; }
Property Value
| Type | Description |
|---|---|
| ViewControllerTransitionIdentifier.TransitionType |