C# Class Sdl.Web.Common.Models.Region

Inheritance: ViewModel, IRegion
Show file Open project: sdl/dxa-web-application-dotnet

Protected Properties

Property Type Description
_entities IList

Private Properties

Property Type Description
Region System

Public Methods

Method Description
DeepCopy ( ) : ViewModel

Creates a deep copy of this View Model.

Protected Methods

Method Description
Region ( string name ) : System

Initializes a new Region instance with a given name

Private Methods

Method Description
Region ( ) : System

Method Details

DeepCopy() public method

Creates a deep copy of this View Model.
public DeepCopy ( ) : ViewModel
return ViewModel

Region() protected method

Initializes a new Region instance with a given name
protected Region ( string name ) : System
name string The name of the Region.
return System

Property Details

_entities protected property

protected IList _entities
return IList