Method | Description | |
---|---|---|
ColorGrid ( this view, GridColumn NameColumn, List |
||
ValidateCertificate ( this view, GridColumn certificateNumber, GridColumn certificateDate, ValidateRowEventArgs e ) : void | ||
ValidateDuplicate ( this view, GridColumn NameColumn, List |
||
ValidateNotEmpty ( this view, GridColumn NameColumn, ValidateRowEventArgs e ) : void | ||
ValidatePersonName ( this view, GridColumn firstNameColumn, GridColumn lastNameColumn, ValidateRowEventArgs e ) : void |
public static ColorGrid ( this view, GridColumn NameColumn, List |
||
view | this | |
NameColumn | GridColumn | |
duplicates | List |
|
e | RowCellStyleEventArgs | |
return | void |
public static ValidateCertificate ( this view, GridColumn certificateNumber, GridColumn certificateDate, ValidateRowEventArgs e ) : void | ||
view | this | |
certificateNumber | GridColumn | |
certificateDate | GridColumn | |
e | ValidateRowEventArgs | |
return | void |
public static ValidateDuplicate ( this view, GridColumn NameColumn, List |
||
view | this | |
NameColumn | GridColumn | |
duplicates | List |
|
e | ValidateRowEventArgs | |
return | void |
public static ValidateNotEmpty ( this view, GridColumn NameColumn, ValidateRowEventArgs e ) : void | ||
view | this | |
NameColumn | GridColumn | |
e | ValidateRowEventArgs | |
return | void |
public static ValidatePersonName ( this view, GridColumn firstNameColumn, GridColumn lastNameColumn, ValidateRowEventArgs e ) : void | ||
view | this | |
firstNameColumn | GridColumn | |
lastNameColumn | GridColumn | |
e | ValidateRowEventArgs | |
return | void |