C# 클래스 DDay.iCal.Validator.PropertyCountValidation

상속: Validation
파일 보기 프로젝트 열기: ddaysoftware/icalvalid

공개 메소드들

메소드 설명
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

메소드 상세

PropertyCountValidation() 공개 메소드

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

PropertyCountValidation() 공개 메소드

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

PropertyCountValidation() 공개 메소드

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

PropertyCountValidation() 공개 메소드

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
리턴 System

Validate() 공개 메소드

public Validate ( ) : IValidationResultCollection
리턴 IValidationResultCollection