Class StringParameterInit

StringParameterInit class

Base class for all string parameter initializers.

public abstract class StringParameterInit : ParameterInit

Constructors

NameDescription
StringParameterInit(string, string)Creates a new instance.

Properties

NameDescription
virtual MaxLength { get; }For string values, defines the longest allowed string.
virtual MinLength { get; }For string values, defines the shortest allowed string.
Name { get; }Gets the element name.

See Also