.NET Framework Class Library

LocatorBase.NamingConventions Property

Gets or sets the naming conventions to use to locate types.

By adding or removing conventions to this property, the service can use custom resolving of types.

Each implementation should add its own default naming convention.

Namespace: Catel.MVVM

Assembly:  Catel.MVVM (in Catel.MVVM.dll)

Syntax

Visual Basic

Public Property NamingConventions As List(Of String)

 Get

 Private Set

C#

public List<stringNamingConventions { getprivate set; }

Visual C++

public:

virtual property List<String^>^ NamingConventions {

 List<String^>^ get () sealed;

 privatevoid set (List<String^>^ valuesealed;

}

JavaScript

function get_namingConventions();

function set_namingConventions(value);

Field Value

The naming conventions.

Implements

ILocator.

Remarks

See Also

LocatorBase Class

Catel.MVVM Namespace

Created with Help & Manual 6 and styled with Premium Pack 2.0