Class AdminView

Inheritance
System.Object
AdminView
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.0
Syntax
public class AdminView

Constructors

AdminView(ModuleConfig, String, String, String)

Initializes a new instance of the AdminView class.

Declaration
public AdminView(ModuleConfig parent, string listId, string name, string controlUrl)
Parameters
Type Name Description
ModuleConfig parent

The parent.

System.String listId

The list id.

System.String name

The name.

System.String controlUrl

The control URL.

Properties

Attributes

Gets or sets the attributes.

Declaration
public Hashtable Attributes { get; set; }
Property Value
Type Description
System.Collections.Hashtable

The attributes.

Columns

Gets or sets the columns.

Declaration
public ViewColumnCollection Columns { get; set; }
Property Value
Type Description
ViewColumnCollection

The columns.

ControlUrl

Gets or sets the control URL.

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

The control URL.

CustomParams

Gets or sets the custom params.

Declaration
public ViewCustomParamCollection CustomParams { get; set; }
Property Value
Type Description
ViewCustomParamCollection

The custom params.

IsNameDynamic

If true, Name will be set in code which uses the view.

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

MetaClass

Gets or sets the name of the meta class.

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

The name of the meta class.

Module

Gets the module.

Declaration
public ModuleConfig Module { get; }
Property Value
Type Description
ModuleConfig

The module.

Name

Gets or sets the name.

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

The name.

Tabs

Gets or sets the tabs.

Declaration
public ViewTabCollection Tabs { get; set; }
Property Value
Type Description
ViewTabCollection

The tabs.

Transitions

Gets or sets the transitions.

Declaration
public ViewTransitionCollection Transitions { get; set; }
Property Value
Type Description
ViewTransitionCollection

The transitions.

ViewId

Gets the list id.

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

The list id.

Methods

GetLocalizedName()

Declaration
public string GetLocalizedName()
Returns
Type Description
System.String

Extension Methods