Show / Hide Table of Contents

Class DecoratorBasedMessageProviderInfoFactory

A factory which builds up a decorator stack for the IGetsMessageProviderInfo service.

Inheritance
System.Object
DecoratorBasedMessageProviderInfoFactory
Implements
IGetsMessageProviderInfoFactory
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.dll
Syntax
public class DecoratorBasedMessageProviderInfoFactory : IGetsMessageProviderInfoFactory

Constructors

| Improve this Doc View Source

DecoratorBasedMessageProviderInfoFactory(IServiceProvider)

Initialises a new instance of DecoratorBasedMessageProviderInfoFactory.

Declaration
public DecoratorBasedMessageProviderInfoFactory(IServiceProvider serviceProvider)
Parameters
Type Name Description
System.IServiceProvider serviceProvider

A service provider.

Exceptions
Type Condition
System.ArgumentNullException

If serviceProvider is null.

Methods

| Improve this Doc View Source

GetProviderInfoFactory()

Gets the message provider info factory.

Declaration
public IGetsMessageProviderInfo GetProviderInfoFactory()
Returns
Type Description
IGetsMessageProviderInfo

A message provider info factory instance.

Implements

IGetsMessageProviderInfoFactory
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX