Constructor ViewConfiguration
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
ViewConfiguration(string, IDmsView)
Initializes a new instance of the ViewConfiguration class.
public ViewConfiguration(string name, IDmsView parent)
Parameters
Exceptions
- ArgumentNullException
name
is null.- ArgumentNullException
parent
is null.- ArgumentException
name
is empty or white space.- ArgumentException
name
exceeds 200 characters.- ArgumentException
name
contains a forbidden character. Forbidden characters: '|'.- ArgumentException
name
contains more than one '%' character.