.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 C++ |
public: virtual property List<String^>^ NamingConventions { private: void set (List<String^>^ value) sealed; } |
JavaScript |
function get_namingConventions(); function set_namingConventions(value); |
Field Value
The naming conventions.
Implements
Remarks
See Also