C# Class BLL.BootEntry

Afficher le fichier Open project: cdadmin/clonedeploy

Méthodes publiques

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

Method Details

AddBootEntry() public static méthode

public static AddBootEntry ( Models bootEntry ) : Models.ValidationResult
bootEntry Models
Résultat Models.ValidationResult

DeleteBootEntry() public static méthode

public static DeleteBootEntry ( int BootEntryId ) : bool
BootEntryId int
Résultat bool

GetBootEntry() public static méthode

public static GetBootEntry ( int BootEntryId ) : Models.BootEntry
BootEntryId int
Résultat Models.BootEntry

SearchBootEntrys() public static méthode

public static SearchBootEntrys ( string searchString = "" ) : List
searchString string
Résultat List

TotalCount() public static méthode

public static TotalCount ( ) : string
Résultat string

UpdateBootEntry() public static méthode

public static UpdateBootEntry ( Models bootEntry ) : Models.ValidationResult
bootEntry Models
Résultat Models.ValidationResult

ValidateEntry() public static méthode

public static ValidateEntry ( Models bootEntry, bool isNewEntry ) : Models.ValidationResult
bootEntry Models
isNewEntry bool
Résultat Models.ValidationResult