Class Link

Inheritance
System.Object
Link
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
public class Link

Constructors

Declaration
public Link()

Properties

Declaration
public XmlAttribute[] allElements { get; set; }
Property Value
Type Description
System.Xml.XmlAttribute[]
Declaration
public string command { get; set; }
Property Value
Type Description
System.String
Declaration
public bool expanded { get; set; }
Property Value
Type Description
System.Boolean
Declaration
public string iconCss { get; set; }
Property Value
Type Description
System.String
Declaration
public string iconUrl { get; set; }
Property Value
Type Description
System.String
Declaration
public string id { get; set; }
Property Value
Type Description
System.String
Declaration
public Link[] Items { get; set; }
Property Value
Type Description
Link[]
Declaration
public int order { get; set; }
Property Value
Type Description
System.Int32
Declaration
public string permissions { get; set; }
Property Value
Type Description
System.String
Declaration
public string text { get; set; }
Property Value
Type Description
System.String
Declaration
public string treeLoader { get; set; }
Property Value
Type Description
System.String
Declaration
public string treeLoaderPath { get; set; }
Property Value
Type Description
System.String
Declaration
public string type { get; set; }
Property Value
Type Description
System.String