Show / Hide Table of Contents

Class MDOListItem

Inheritance
Object
MDOListItem
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.UI.Controls
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class MDOListItem

Constructors

MDOListItem(String, String, String, String, String, Int32, String)

Declaration
public MDOListItem(string id, string name, string type, string tooltip, string value, int color, string icon)
Parameters
Type Name Description
String id
String name
String type
String tooltip
String value
Int32 color
String icon

Properties

ChildItems

Declaration
public List<MDOListItem> ChildItems { get; }
Property Value
Type Description
List<MDOListItem>

Icon

Declaration
public string Icon { get; }
Property Value
Type Description
String

Id

Declaration
public string Id { get; }
Property Value
Type Description
String

Name

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

ToolTip

Declaration
public string ToolTip { get; }
Property Value
Type Description
String

Type

Declaration
public string Type { get; }
Property Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top