Show / Hide Table of Contents

Class ConnectorExtensions

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

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

Methods

GetDefaultWidth(FieldMetadataInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetDefaultWidth(this FieldMetadataInfo field)
Parameters
Type Name Description
FieldMetadataInfo field
Returns
Type Description
string

GetDisplayType(FieldMetadataInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetDisplayType(this FieldMetadataInfo field)
Parameters
Type Name Description
FieldMetadataInfo field
Returns
Type Description
string

GetFieldMetadataTypeInfo(ArchiveColumnInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static FieldMetadataTypeInfo GetFieldMetadataTypeInfo(this ArchiveColumnInfo column)
Parameters
Type Name Description
ArchiveColumnInfo column
Returns
Type Description
FieldMetadataTypeInfo

GetListName(ArchiveColumnInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetListName(this ArchiveColumnInfo column)
Parameters
Type Name Description
ArchiveColumnInfo column
Returns
Type Description
string

GetRestrictionListName(FieldMetadataInfo, string)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetRestrictionListName(this FieldMetadataInfo field, string connectorName)
Parameters
Type Name Description
FieldMetadataInfo field
string connectorName
Returns
Type Description
string

GetRestrictionOperator(SearchRestrictionInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetRestrictionOperator(this SearchRestrictionInfo search)
Parameters
Type Name Description
SearchRestrictionInfo search
Returns
Type Description
string

GetRestrictionType(FieldMetadataInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetRestrictionType(this FieldMetadataInfo field)
Parameters
Type Name Description
FieldMetadataInfo field
Returns
Type Description
string

GetSearchOperator(ArchiveRestrictionInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static string GetSearchOperator(this ArchiveRestrictionInfo restriction)
Parameters
Type Name Description
ArchiveRestrictionInfo restriction
Returns
Type Description
string

ToArchiveRestrictionInfo(SearchRestrictionInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static ArchiveRestrictionInfo ToArchiveRestrictionInfo(this SearchRestrictionInfo search)
Parameters
Type Name Description
SearchRestrictionInfo search
Returns
Type Description
ArchiveRestrictionInfo

ToColumnInfo(FieldMetadataInfo, string)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static ArchiveColumnInfo ToColumnInfo(this FieldMetadataInfo field, string connectorName)
Parameters
Type Name Description
FieldMetadataInfo field
string connectorName
Returns
Type Description
ArchiveColumnInfo

ToMetadataInfo(ArchiveColumnInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static FieldMetadataInfo ToMetadataInfo(this ArchiveColumnInfo column)
Parameters
Type Name Description
ArchiveColumnInfo column
Returns
Type Description
FieldMetadataInfo

ToSearchRestrictionInfo(ArchiveRestrictionInfo)

Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)

Declaration
public static SearchRestrictionInfo ToSearchRestrictionInfo(this ArchiveRestrictionInfo restriction)
Parameters
Type Name Description
ArchiveRestrictionInfo restriction
Returns
Type Description
SearchRestrictionInfo
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top