Show / Hide Table of Contents

Class PrefDescCacheExtensions

Inheritance
object
PrefDescCacheExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Data
Assembly: SoDataBase.dll
Syntax
public static class PrefDescCacheExtensions

Methods

InSection(IEnumerable<PrefDescRecordData>, string)

Declaration
public static IEnumerable<PrefDescRecordData> InSection(this IEnumerable<PrefDescRecordData> descriptions, string section)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
string section
Returns
Type Description
IEnumerable<PrefDescRecordData>

IsSectionHeader(PrefDescRecordData)

Declaration
public static bool IsSectionHeader(this PrefDescRecordData description)
Parameters
Type Name Description
PrefDescRecordData description
Returns
Type Description
bool

IsUserLevel(PrefDescRecordData)

Declaration
public static bool IsUserLevel(this PrefDescRecordData description)
Parameters
Type Name Description
PrefDescRecordData description
Returns
Type Description
bool

NoSectionHeaders(IEnumerable<PrefDescRecordData>)

Declaration
public static IEnumerable<PrefDescRecordData> NoSectionHeaders(this IEnumerable<PrefDescRecordData> descriptions)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
Returns
Type Description
IEnumerable<PrefDescRecordData>

OnlySectionHeaders(IEnumerable<PrefDescRecordData>)

Declaration
public static IEnumerable<PrefDescRecordData> OnlySectionHeaders(this IEnumerable<PrefDescRecordData> descriptions)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
Returns
Type Description
IEnumerable<PrefDescRecordData>

OnlyUserLevel(IEnumerable<PrefDescRecordData>)

Declaration
public static IEnumerable<PrefDescRecordData> OnlyUserLevel(this IEnumerable<PrefDescRecordData> descriptions)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
Returns
Type Description
IEnumerable<PrefDescRecordData>

OrderByKey(IEnumerable<PrefDescRecordData>)

Declaration
public static IOrderedEnumerable<PrefDescRecordData> OrderByKey(this IEnumerable<PrefDescRecordData> descriptions)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
Returns
Type Description
IOrderedEnumerable<PrefDescRecordData>

OrderBySectionThenId(IEnumerable<PrefDescRecordData>)

Declaration
public static IOrderedEnumerable<PrefDescRecordData> OrderBySectionThenId(this IEnumerable<PrefDescRecordData> descriptions)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
Returns
Type Description
IOrderedEnumerable<PrefDescRecordData>

OrderBySectionThenKey(IEnumerable<PrefDescRecordData>)

Declaration
public static IOrderedEnumerable<PrefDescRecordData> OrderBySectionThenKey(this IEnumerable<PrefDescRecordData> descriptions)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
Returns
Type Description
IOrderedEnumerable<PrefDescRecordData>

Search(IEnumerable<PrefDescRecordData>, string)

Declaration
public static IEnumerable<PrefDescRecordData> Search(this IEnumerable<PrefDescRecordData> descriptions, string text)
Parameters
Type Name Description
IEnumerable<PrefDescRecordData> descriptions
string text
Returns
Type Description
IEnumerable<PrefDescRecordData>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top