Class ViewConfig

Inheritance
System.Object
ViewConfig
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.BusinessFoundation.XmlObjectModel
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class ViewConfig

Constructors

ViewConfig()

Declaration
public ViewConfig()

Properties

controlUrl

Declaration
public string controlUrl { get; set; }
Property Value
Type Description
System.String

CustomParams

Declaration
public CustomParamsParam[] CustomParams { get; set; }
Property Value
Type Description
CustomParamsParam[]

help

Declaration
public string help { get; set; }
Property Value
Type Description
System.String

id

Declaration
public string id { get; set; }
Property Value
Type Description
System.String

isNameDynamic

Declaration
public string isNameDynamic { get; set; }
Property Value
Type Description
System.String

name

Declaration
public string name { get; set; }
Property Value
Type Description
System.String

permissions

Declaration
public string permissions { get; set; }
Property Value
Type Description
System.String

roles

Declaration
public string roles { get; set; }
Property Value
Type Description
System.String

Tabs

Declaration
public ViewConfigTabsTab[] Tabs { get; set; }
Property Value
Type Description
ViewConfigTabsTab[]

Transitions

Declaration
public ViewConfigTransitionsTransition[] Transitions { get; set; }
Property Value
Type Description
ViewConfigTransitionsTransition[]