Class BoardViewSettingsBase
Board view settings.
Carrier object for BoardViewSettingsBase. Services for the BoardViewSettingsBase Carrier is available from the Selection Agent.Inheritance
BoardViewSettingsBase
Inherited Members
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
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
BoardViewSettingsId
Primary key
Declaration
[DataMember]
public virtual int BoardViewSettingsId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
ColorBy
Column name to color on
Declaration
[DataMember]
public virtual string ColorBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
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
Filters
Column names to filter on, comma separated
Declaration
[DataMember]
public virtual string Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
GroupBy
Column name to group on
Declaration
[DataMember]
public virtual string GroupBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
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
SelectionId
The selection this board view settings belongs to
Declaration
[DataMember]
public virtual int SelectionId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
See Also
SortBy
Column name to sort on
Declaration
[DataMember]
public virtual string SortBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
SortDesc
True if the sort is descending
Declaration
[DataMember]
public virtual bool SortDesc { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
See Also
SubGroupBy
Column name to group on
Declaration
[DataMember]
public virtual string SubGroupBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
SumBy
Column name to sum on
Declaration
[DataMember]
public virtual string SumBy { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | The carrier contents. |
Overrides
See Also
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. |