Class ConnectorExtensions
Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)
Inheritance
ConnectorExtensions
Assembly: SoDataBase.dll
Syntax
public static class ConnectorExtensions : Object
Methods
Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)
Declaration
public static string GetDefaultWidth(this FieldMetadataInfo field)
Parameters
Returns
Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)
Declaration
public static string GetDisplayType(this FieldMetadataInfo field)
Parameters
Returns
Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)
Declaration
public static FieldMetadataTypeInfo GetFieldMetadataTypeInfo(this ArchiveColumnInfo column)
Parameters
Returns
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
Returns
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
Returns
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
Returns
Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)
Declaration
public static string GetRestrictionType(this FieldMetadataInfo field)
Parameters
Returns
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
Returns
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
Returns
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
Returns
Extension methods to transform between Archive Providers and the world of Quote/ERP (FieldMetadataTypeInfo)
Declaration
public static FieldMetadataInfo ToMetadataInfo(this ArchiveColumnInfo column)
Parameters
Returns
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
Returns