Show / Hide Table of Contents

Class BoardViewSettingsBase

Board view settings.

Carrier object for BoardViewSettingsBase. Services for the BoardViewSettingsBase Carrier is available from the Selection Agent.
Inheritance
object
BoardViewSettingsBase
ContactPersonBoardViewSettings
ProjectBoardViewSettings
SaleBoardViewSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public class BoardViewSettingsBase

Constructors

BoardViewSettingsBase()

Default constructor

Declaration
public BoardViewSettingsBase()
See Also
ISelectionAgent

Properties

AssociateId

The associate this board view settings belongs to (0 for all)

Declaration
[DataMember]
public virtual int AssociateId { get; set; }
Property Value
Type Description
int
See Also
ISelectionAgent

BoardViewSettingsId

Primary key

Declaration
[DataMember]
public virtual int BoardViewSettingsId { get; set; }
Property Value
Type Description
int
See Also
ISelectionAgent

ColorBy

Column name to color on

Declaration
[DataMember]
public virtual string ColorBy { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

EntityType

The kind of board view entity these settings belong to

Declaration
[DataMember]
public virtual BoardViewEntityType EntityType { get; set; }
Property Value
Type Description
BoardViewEntityType
See Also
ISelectionAgent

Filters

Column names to filter on, comma separated

Declaration
[DataMember]
public virtual string Filters { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

GroupBy

Column name to group on

Declaration
[DataMember]
public virtual string GroupBy { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

HideEmptyGroups

Do not show groups with no members/elements if this is true

Declaration
[DataMember]
public virtual bool HideEmptyGroups { get; set; }
Property Value
Type Description
bool
See Also
ISelectionAgent

SelectionId

The selection this board view settings belongs to

Declaration
[DataMember]
public virtual int SelectionId { get; set; }
Property Value
Type Description
int
See Also
ISelectionAgent

SortBy

Column name to sort on

Declaration
[DataMember]
public virtual string SortBy { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

SortDesc

True if the sort is descending

Declaration
[DataMember]
public virtual bool SortDesc { get; set; }
Property Value
Type Description
bool
See Also
ISelectionAgent

SubGroupBy

Column name to group on

Declaration
[DataMember]
public virtual string SubGroupBy { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

SumBy

Column name to sum on

Declaration
[DataMember]
public virtual string SumBy { get; set; }
Property Value
Type Description
string
See Also
ISelectionAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
ISelectionAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public virtual string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
ISelectionAgent

See Also

ISelectionAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top