C# Class DDay.iCal.Serialization.DataTypeMapper

Inheritance: IDataTypeMapper
Afficher le fichier Open project: nachocove/DDay-iCal-Xamarin

Méthodes publiques

Méthode Description
AddPropertyMapping ( string name, Type objectType, bool allowsMultipleValues ) : void
AddPropertyMapping ( string name, TypeResolverDelegate resolver, bool allowsMultipleValues ) : void
DataTypeMapper ( ) : System
GetPropertyAllowsMultipleValues ( object obj ) : bool
GetPropertyMapping ( object obj ) : Type
RemovePropertyMapping ( string name ) : void

Méthodes protégées

Méthode Description
ResolveStatusProperty ( object context ) : Type

Method Details

AddPropertyMapping() public méthode

public AddPropertyMapping ( string name, Type objectType, bool allowsMultipleValues ) : void
name string
objectType System.Type
allowsMultipleValues bool
Résultat void

AddPropertyMapping() public méthode

public AddPropertyMapping ( string name, TypeResolverDelegate resolver, bool allowsMultipleValues ) : void
name string
resolver TypeResolverDelegate
allowsMultipleValues bool
Résultat void

DataTypeMapper() public méthode

public DataTypeMapper ( ) : System
Résultat System

GetPropertyAllowsMultipleValues() public méthode

public GetPropertyAllowsMultipleValues ( object obj ) : bool
obj object
Résultat bool

GetPropertyMapping() public méthode

public GetPropertyMapping ( object obj ) : Type
obj object
Résultat System.Type

RemovePropertyMapping() public méthode

public RemovePropertyMapping ( string name ) : void
name string
Résultat void

ResolveStatusProperty() protected méthode

protected ResolveStatusProperty ( object context ) : Type
context object
Résultat System.Type