Class ViewTransition
Inheritance
System.Object
ViewTransition
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: Mediachase.Web.Console.Config
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public class ViewTransition
Constructors
ViewTransition()
Initializes a new instance of the ViewTransition class.
Declaration
public ViewTransition()
ViewTransition(String, String)
Initializes a new instance of the ViewTransition class.
Declaration
public ViewTransition(string name, string view)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
System.String | view | The view. |
Properties
Attributes
Gets or sets the attributes.
Declaration
public Hashtable Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Hashtable | The attributes. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ViewId
Gets the view id.
Declaration
public string ViewId { get; }
Property Value
Type | Description |
---|---|
System.String | The view id. |