DynamicProperty(String) Constructor

Initializes a new DynamicProperty instance.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
protected DynamicProperty(
	string propertyName
)

Parameters

propertyName  String
The identifier under which the property is addressed. It must follow the rules for C# identifiers. Only ASCII characters are accepted.

Exceptions

ArgumentExceptionpropertyName does not conform to the rules for C# identifiers (only ASCII characters).
ArgumentNullExceptionpropertyName is null.
RegexMatchTimeoutException Validating of propertyName takes too long.

See Also