C# Class ProductsManagement.Infrastructure.Validation.TagExtensions

Show file Open project: emiaj/ProductsManagement

Public Methods

Method Description
Messages ( this tag ) : string>.IDictionary
Messages ( this tag, string key, string message ) : void
Rules ( this tag ) : object>.IDictionary
Rules ( this tag, string key ) : void
Rules ( this tag, string key, object value ) : void

Method Details

Messages() public static method

public static Messages ( this tag ) : string>.IDictionary
tag this
return string>.IDictionary

Messages() public static method

public static Messages ( this tag, string key, string message ) : void
tag this
key string
message string
return void

Rules() public static method

public static Rules ( this tag ) : object>.IDictionary
tag this
return object>.IDictionary

Rules() public static method

public static Rules ( this tag, string key ) : void
tag this
key string
return void

Rules() public static method

public static Rules ( this tag, string key, object value ) : void
tag this
key string
value object
return void