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()
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Constructors
Declaration
Properties
Declaration
public string controlUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CustomParamsParam[] CustomParams { get; set; }
Property Value
Declaration
public string help { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string isNameDynamic { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string permissions { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string roles { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ViewConfigTabsTab[] Tabs { get; set; }
Property Value
Declaration
public ViewConfigTransitionsTransition[] Transitions { get; set; }
Property Value