C# Class DDay.iCal.Validator.PropertyCountValidation

Inheritance: Validation
Show file Open project: ddaysoftware/icalvalid

Public Methods

Method Description
PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName ) : System
PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, bool missingInsteadOfRequired ) : System
PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, int minOccurrences ) : System
PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, int minOccurrences, int maxOccurrences ) : System
Validate ( ) : IValidationResultCollection

Method Details

PropertyCountValidation() public method

public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName ) : System
mgr IResourceManager
container ICalendarPropertyListContainer
componentName string
propertyName string
return System

PropertyCountValidation() public method

public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, bool missingInsteadOfRequired ) : System
mgr IResourceManager
container ICalendarPropertyListContainer
componentName string
propertyName string
missingInsteadOfRequired bool
return System

PropertyCountValidation() public method

public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, int minOccurrences ) : System
mgr IResourceManager
container ICalendarPropertyListContainer
componentName string
propertyName string
minOccurrences int
return System

PropertyCountValidation() public method

public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, int minOccurrences, int maxOccurrences ) : System
mgr IResourceManager
container ICalendarPropertyListContainer
componentName string
propertyName string
minOccurrences int
maxOccurrences int
return System

Validate() public method

public Validate ( ) : IValidationResultCollection
return IValidationResultCollection