Share via


RegionBehaviorFactory Class

Defines a factory that allows the registration of the default set of IRegionBehavior, that will be added to the IRegionBehaviorCollection of all IRegions, unless overridden on a 'per-region' basis.

Namespace:  Microsoft.Practices.Composite.Presentation.Regions
Assembly:  Microsoft.Practices.Composite.Presentation (in Microsoft.Practices.Composite.Presentation.dll)

Syntax

'Declaration
Public Class RegionBehaviorFactory _
    Implements IRegionBehaviorFactory, IEnumerable(Of String),  _
    IEnumerable
public class RegionBehaviorFactory : IRegionBehaviorFactory, 
    IEnumerable<string>, IEnumerable
public ref class RegionBehaviorFactory : IRegionBehaviorFactory, 
    IEnumerable<String^>, IEnumerable
Microsoft.Practices.Composite.Presentation.Regions.RegionBehaviorFactory = function();

Type.createClass(
    'Microsoft.Practices.Composite.Presentation.Regions.RegionBehaviorFactory',
    null,
    Microsoft.Practices.Composite.Presentation.Regions.IRegionBehaviorFactory,
    IEnumerable`1,
    IEnumerable);

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Composite.Presentation.Regions.RegionBehaviorFactory

See Also

RegionBehaviorFactory Members

Microsoft.Practices.Composite.Presentation.Regions Namespace