Méthode | 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 |
public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName ) : System | ||
mgr | IResourceManager | |
container | ICalendarPropertyListContainer | |
componentName | string | |
propertyName | string | |
Résultat | System |
public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, bool missingInsteadOfRequired ) : System | ||
mgr | IResourceManager | |
container | ICalendarPropertyListContainer | |
componentName | string | |
propertyName | string | |
missingInsteadOfRequired | bool | |
Résultat | System |
public PropertyCountValidation ( IResourceManager mgr, ICalendarPropertyListContainer container, string componentName, string propertyName, int minOccurrences ) : System | ||
mgr | IResourceManager | |
container | ICalendarPropertyListContainer | |
componentName | string | |
propertyName | string | |
minOccurrences | int | |
Résultat | System |
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 | |
Résultat | System |
public Validate ( ) : IValidationResultCollection | ||
Résultat | IValidationResultCollection |