Show / Hide Table of Contents

Class SimpleSelectableMDOListItem

Inheritance
Object
SimpleSelectableMDOListItem
Inherited Members
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 SimpleSelectableMDOListItem

Constructors

SimpleSelectableMDOListItem()

Declaration
public SimpleSelectableMDOListItem()

SimpleSelectableMDOListItem(SelectableMDOListItem)

Declaration
public SimpleSelectableMDOListItem(SelectableMDOListItem item)
Parameters
Type Name Description
SelectableMDOListItem item

Properties

ExtraInfo

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

IconHint

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

Id

Declaration
public int Id { get; set; }
Property Value
Type Description
Int32

Name

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

Rank

Declaration
public int Rank { get; set; }
Property Value
Type Description
Int32

Selected

Declaration
public bool Selected { get; set; }
Property Value
Type Description
Boolean

Type

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

Methods

GetSelectableMDOListItem()

Declaration
public SelectableMDOListItem GetSelectableMDOListItem()
Returns
Type Description
SelectableMDOListItem

ToSelectableMDOListItem(SimpleSelectableMDOListItem[])

Declaration
public static SelectableMDOListItem[] ToSelectableMDOListItem(SimpleSelectableMDOListItem[] simpleArray)
Parameters
Type Name Description
SimpleSelectableMDOListItem[] simpleArray
Returns
Type Description
SelectableMDOListItem[]

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
object.ToString()

Operators

Implicit(SimpleSelectableMDOListItem to SelectableMDOListItem)

Declaration
public static implicit operator SelectableMDOListItem(SimpleSelectableMDOListItem simpleSelectableMDOListItem)
Parameters
Type Name Description
SimpleSelectableMDOListItem simpleSelectableMDOListItem
Returns
Type Description
SelectableMDOListItem
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top