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
nameis null.- ArgumentNullException
parentis null.- ArgumentException
nameis empty or white space.- ArgumentException
nameexceeds 200 characters.- ArgumentException
namecontains a forbidden character. Forbidden characters: '|'.- ArgumentException
namecontains more than one '%' character.