ABsoluteMaybe.SampleWebsite.MVC2.Models.PropertiesMustMatchAttribute.PropertiesMustMatchAttribute C# (CSharp) 메소드

PropertiesMustMatchAttribute() 공개 메소드

public PropertiesMustMatchAttribute ( string originalProperty, string confirmProperty ) : System
originalProperty string
confirmProperty string
리턴 System
        public PropertiesMustMatchAttribute(string originalProperty, string confirmProperty)
            : base(_defaultErrorMessage)
        {
            OriginalProperty = originalProperty;
            ConfirmProperty = confirmProperty;
        }