Class MessageProviderTypeOptions
An options type that indicates the collection of System.Type that are to be used as failure message providers.
Inheritance
System.Object
MessageProviderTypeOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CSF.Validation.Messages
Assembly: CSF.Validation.Abstractions.dll
Syntax
public class MessageProviderTypeOptions
Remarks
This is the collection of types from which the method GetCandidateMessageProviderTypes(ValidationRuleResult) could possibly draw its results.
Properties
| Improve this Doc View SourceMessageProviderTypes
Gets or sets the collection of types that are to be used as message providers.
Declaration
public ICollection<Type> MessageProviderTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Type> |