C# Class DDay.iCal.Validator.ValidatorActivator

Show file Open project: ddaysoftware/icalvalid

Public Methods

Method 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 method

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

Create() public static method

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

Create() public static method

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