[]
        
(Showing Draft Content)

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

CustomPlaceholder Constructor

CustomPlaceholder()

Initializes a new instance of the CustomPlaceholder class.

Declaration
public CustomPlaceholder()
Public Sub New()

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)
Public Sub New(placeholder As Char, optionalPlace As Boolean, lookupChars As String, caseSensitive As Boolean, excluding As Boolean)
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)
Public Sub New(placeholder As Integer, optionalPlace As Boolean, lookupChars As String, caseSensitive As Boolean, excluding As Boolean)
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)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The data with property values of this object.

StreamingContext context