Class Tab

Inheritance
System.Object
Tab
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 Tab

Constructors

Tab()

Declaration
public Tab()

Properties

allElements

Declaration
public XmlAttribute[] allElements { get; set; }
Property Value
Type Description
System.Xml.XmlAttribute[]

configUrl

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

contentType

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

create

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

createSpecified

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

enableHandler

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

enableHandler2

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

id

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

imageUrl

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

Items

Declaration
public Link[] Items { get; set; }
Property Value
Type Description
Link[]

order

Declaration
public int order { get; set; }
Property Value
Type Description
System.Int32

orderSpecified

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

permissions

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

text

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