Show / Hide Table of Contents

Class ConfigBase

Inheritance
Object
ConfigBase
ArchiveConfig
ColumnConfigBase
Inherited Members
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 ConfigBase

Constructors

ConfigBase(XElement)

Declaration
protected ConfigBase(XElement element)
Parameters
Type Name Description
XElement element

Fields

_element

Declaration
protected readonly XElement _element
Field Value
Type Description
XElement

Properties

Fragment

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

Methods

LoadChildren(XElement, ColumnConfigGroup)

Declaration
protected static IEnumerable<ColumnConfigBase> LoadChildren(XElement element, ColumnConfigGroup parent)
Parameters
Type Name Description
XElement element
ColumnConfigGroup parent
Returns
Type Description
IEnumerable<ColumnConfigBase>

LoadFragment(String, ColumnConfigGroup)

Declaration
protected static IEnumerable<ColumnConfigBase> LoadFragment(string fragment, ColumnConfigGroup parent)
Parameters
Type Name Description
String fragment
ColumnConfigGroup parent
Returns
Type Description
IEnumerable<ColumnConfigBase>

MakeRawXmlStackTrace()

Declaration
public virtual string MakeRawXmlStackTrace()
Returns
Type Description
String

ToXml()

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