C# Class DDay.iCal.Validator.ValidatorActivator

Afficher le fichier Open project: ddaysoftware/icalvalid

Méthodes publiques

Méthode Description
Create ( Type validatorType, IResourceManager mgr, IICalendarCollection calendars ) : IValidator
Create ( Type validatorType, IResourceManager mgr, IICalendarCollection calendars, string iCalendarText ) : IValidator
Create ( Type validatorType, IResourceManager mgr, string iCalendarText ) : IValidator

Method Details

Create() public static méthode

public static Create ( Type validatorType, IResourceManager mgr, IICalendarCollection calendars ) : IValidator
validatorType System.Type
mgr IResourceManager
calendars IICalendarCollection
Résultat IValidator

Create() public static méthode

public static Create ( Type validatorType, IResourceManager mgr, IICalendarCollection calendars, string iCalendarText ) : IValidator
validatorType System.Type
mgr IResourceManager
calendars IICalendarCollection
iCalendarText string
Résultat IValidator

Create() public static méthode

public static Create ( Type validatorType, IResourceManager mgr, string iCalendarText ) : IValidator
validatorType System.Type
mgr IResourceManager
iCalendarText string
Résultat IValidator