Class MDOListItem
Assembly: SuperOffice.CRMWeb.dll
Syntax
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
Properties
ChildItems
Declaration
public List<MDOListItem> ChildItems { get; }
Property Value
Icon
Declaration
public string Icon { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Declaration
public string ToolTip { get; }
Property Value
Type
Declaration
public string Type { get; }
Property Value