C# Class CalDavSynchronizer.Implementation.Common.CommonEntityMapper

Afficher le fichier Open project: aluxnimm/outlookcaldavsynchronizer

Méthodes publiques

Méthode Description
MapCustomProperties1To2 ( GenericComObjectWrapper userPropertiesWrapper, ICalendarPropertyList targetProperties, bool mapAllCustomProperties, PropertyMapping mappings, IEntityMappingLogger logger, log4net.ILog s_logger ) : void
MapCustomProperties2To1 ( ICalendarPropertyList sourceList, GenericComObjectWrapper userPropertiesWrapper, bool mapAllCustomProperties, PropertyMapping mappings, IEntityMappingLogger logger, log4net.ILog s_logger ) : void
MapDayOfWeek1To2 ( OlDaysOfWeek source, IList target ) : void
MapDayOfWeek2To1 ( IList source ) : OlDaysOfWeek
MapPriority1To2 ( OlImportance value ) : int
MapPriority2To1 ( int value ) : OlImportance
MapPrivacy1To2 ( OlSensitivity value, bool mapPrivateToConfidential ) : string
MapPrivacy2To1 ( string value, bool mapConfidentialToPrivate, bool mapPublicToPrivate ) : OlSensitivity
SplitCategoryString ( string categoryStringOrNull ) : string[]

Method Details

MapCustomProperties1To2() public static méthode

public static MapCustomProperties1To2 ( GenericComObjectWrapper userPropertiesWrapper, ICalendarPropertyList targetProperties, bool mapAllCustomProperties, PropertyMapping mappings, IEntityMappingLogger logger, log4net.ILog s_logger ) : void
userPropertiesWrapper GenericComObjectWrapper
targetProperties ICalendarPropertyList
mapAllCustomProperties bool
mappings CalDavSynchronizer.Contracts.PropertyMapping
logger IEntityMappingLogger
s_logger log4net.ILog
Résultat void

MapCustomProperties2To1() public static méthode

public static MapCustomProperties2To1 ( ICalendarPropertyList sourceList, GenericComObjectWrapper userPropertiesWrapper, bool mapAllCustomProperties, PropertyMapping mappings, IEntityMappingLogger logger, log4net.ILog s_logger ) : void
sourceList ICalendarPropertyList
userPropertiesWrapper GenericComObjectWrapper
mapAllCustomProperties bool
mappings CalDavSynchronizer.Contracts.PropertyMapping
logger IEntityMappingLogger
s_logger log4net.ILog
Résultat void

MapDayOfWeek1To2() public static méthode

public static MapDayOfWeek1To2 ( OlDaysOfWeek source, IList target ) : void
source OlDaysOfWeek
target IList
Résultat void

MapDayOfWeek2To1() public static méthode

public static MapDayOfWeek2To1 ( IList source ) : OlDaysOfWeek
source IList
Résultat OlDaysOfWeek

MapPriority1To2() public static méthode

public static MapPriority1To2 ( OlImportance value ) : int
value OlImportance
Résultat int

MapPriority2To1() public static méthode

public static MapPriority2To1 ( int value ) : OlImportance
value int
Résultat OlImportance

MapPrivacy1To2() public static méthode

public static MapPrivacy1To2 ( OlSensitivity value, bool mapPrivateToConfidential ) : string
value OlSensitivity
mapPrivateToConfidential bool
Résultat string

MapPrivacy2To1() public static méthode

public static MapPrivacy2To1 ( string value, bool mapConfidentialToPrivate, bool mapPublicToPrivate ) : OlSensitivity
value string
mapConfidentialToPrivate bool
mapPublicToPrivate bool
Résultat OlSensitivity

SplitCategoryString() public static méthode

public static SplitCategoryString ( string categoryStringOrNull ) : string[]
categoryStringOrNull string
Résultat string[]