Show / Hide Table of Contents

Class ColumnConfigBase

Inheritance
Object
ConfigBase
ColumnConfigBase
ColumnConfig
ColumnConfigGroup
Inherited Members
ConfigBase._element
ConfigBase.LoadChildren(XElement, ColumnConfigGroup)
ConfigBase.LoadFragment(String, ColumnConfigGroup)
ConfigBase.Fragment
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.Data.Util
Assembly: SuperOffice.CRMWeb.dll
Syntax
public abstract class ColumnConfigBase : ConfigBase

Constructors

ColumnConfigBase(XElement, ColumnConfigGroup)

Declaration
protected ColumnConfigBase(XElement element, ColumnConfigGroup parent = null)
Parameters
Type Name Description
XElement element
ColumnConfigGroup parent

Properties

Criterion

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

CriterionResource

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

Display

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

DisplayResource

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

Icon

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

OrderBy

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

Parent

Declaration
public ColumnConfigGroup Parent { get; }
Property Value
Type Description
ColumnConfigGroup

Parents

Declaration
public IEnumerable<ColumnConfigBase> Parents { get; }
Property Value
Type Description
IEnumerable<ColumnConfigBase>

Prefix

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

Methods

MakeRawXmlStackTrace()

Declaration
public override string MakeRawXmlStackTrace()
Returns
Type Description
String
Overrides
ConfigBase.MakeRawXmlStackTrace()

ToXml()

Declaration
public override XElement ToXml()
Returns
Type Description
XElement
Overrides
ConfigBase.ToXml()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top