C# Class BLL.BootEntry

显示文件 Open project: cdadmin/clonedeploy

Public Methods

Method 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 method

public static AddBootEntry ( Models bootEntry ) : Models.ValidationResult
bootEntry Models
return Models.ValidationResult

DeleteBootEntry() public static method

public static DeleteBootEntry ( int BootEntryId ) : bool
BootEntryId int
return bool

GetBootEntry() public static method

public static GetBootEntry ( int BootEntryId ) : Models.BootEntry
BootEntryId int
return Models.BootEntry

SearchBootEntrys() public static method

public static SearchBootEntrys ( string searchString = "" ) : List
searchString string
return List

TotalCount() public static method

public static TotalCount ( ) : string
return string

UpdateBootEntry() public static method

public static UpdateBootEntry ( Models bootEntry ) : Models.ValidationResult
bootEntry Models
return Models.ValidationResult

ValidateEntry() public static method

public static ValidateEntry ( Models bootEntry, bool isNewEntry ) : Models.ValidationResult
bootEntry Models
isNewEntry bool
return Models.ValidationResult