[]
        
(Showing Draft Content)

C1.Win.Input.Validation.CustomPlaceholder.-ctor

CustomPlaceholder Constructor

CustomPlaceholder()

Initializes a new instance of the CustomPlaceholder class.

Declaration
public CustomPlaceholder()

CustomPlaceholder(char, bool, string, bool, bool)

Initializes a new instance of the CustomPlaceholder class.

Declaration
public CustomPlaceholder(char placeholder, bool optionalPlace, string lookupChars, bool caseSensitive, bool excluding)
Parameters
Type Name Description
char placeholder

The value of the Placeholder property.

bool optionalPlace

The value of the Optional property.

string lookupChars

The value of the LookupChars property.

bool caseSensitive

The value of the CaseSensitive property.

bool excluding

The value of the Excluding property.

CustomPlaceholder(int, bool, string, bool, bool)

Initializes a new instance of the CustomPlaceholder class.

Declaration
public CustomPlaceholder(int placeholder, bool optionalPlace, string lookupChars, bool caseSensitive, bool excluding)
Parameters
Type Name Description
int placeholder

The value of the Placeholder property.

bool optionalPlace

The value of the Optional property.

string lookupChars

The value of the LookupChars property.

bool caseSensitive

The value of the CaseSensitive property.

bool excluding

The value of the Excluding property.

CustomPlaceholder(SerializationInfo, StreamingContext)

Initializes a new instance of the CustomPlaceholder class.

Declaration
protected CustomPlaceholder(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The data with property values of this object.

StreamingContext context