Show / Hide Table of Contents

Class ColumnDataDictionaryExt

Inheritance
object
ColumnDataDictionaryExt
Inherited Members
object.ToString()
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
public static class ColumnDataDictionaryExt

Methods

ToColumnDataDictionary(Dictionary<string, ArchiveColumnData>)

Convert from a raw .NET Dictionary<string, SuperOffice.CRM.ArchiveLists.ArchiveColumnData> into a ColumnDataDictionary, typically used in service layer implementations when creating / returning objects of this type

Declaration
public static ColumnDataDictionary ToColumnDataDictionary(this Dictionary<string, ArchiveColumnData> input)
Parameters
Type Name Description
Dictionary<string, ArchiveColumnData> input
Returns
Type Description
ColumnDataDictionary
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top