Méthode | Description | |
---|---|---|
AddBootEntry ( Models bootEntry ) : Models.ValidationResult | ||
DeleteBootEntry ( int BootEntryId ) : bool | ||
GetBootEntry ( int BootEntryId ) : Models.BootEntry | ||
SearchBootEntrys ( string searchString = "" ) : List |
||
TotalCount ( ) : string | ||
UpdateBootEntry ( Models bootEntry ) : Models.ValidationResult | ||
ValidateEntry ( Models bootEntry, bool isNewEntry ) : Models.ValidationResult |
public static AddBootEntry ( Models bootEntry ) : Models.ValidationResult | ||
bootEntry | Models | |
Résultat | Models.ValidationResult |
public static DeleteBootEntry ( int BootEntryId ) : bool | ||
BootEntryId | int | |
Résultat | bool |
public static GetBootEntry ( int BootEntryId ) : Models.BootEntry | ||
BootEntryId | int | |
Résultat | Models.BootEntry |
public static SearchBootEntrys ( string searchString = "" ) : List |
||
searchString | string | |
Résultat | List |
public static UpdateBootEntry ( Models bootEntry ) : Models.ValidationResult | ||
bootEntry | Models | |
Résultat | Models.ValidationResult |
public static ValidateEntry ( Models bootEntry, bool isNewEntry ) : Models.ValidationResult | ||
bootEntry | Models | |
isNewEntry | bool | |
Résultat | Models.ValidationResult |