C# 클래스 BLL.BootEntry

파일 보기 프로젝트 열기: cdadmin/clonedeploy

공개 메소드들

메소드 설명
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

메소드 상세

AddBootEntry() 공개 정적인 메소드

public static AddBootEntry ( Models bootEntry ) : Models.ValidationResult
bootEntry Models
리턴 Models.ValidationResult

DeleteBootEntry() 공개 정적인 메소드

public static DeleteBootEntry ( int BootEntryId ) : bool
BootEntryId int
리턴 bool

GetBootEntry() 공개 정적인 메소드

public static GetBootEntry ( int BootEntryId ) : Models.BootEntry
BootEntryId int
리턴 Models.BootEntry

SearchBootEntrys() 공개 정적인 메소드

public static SearchBootEntrys ( string searchString = "" ) : List
searchString string
리턴 List

TotalCount() 공개 정적인 메소드

public static TotalCount ( ) : string
리턴 string

UpdateBootEntry() 공개 정적인 메소드

public static UpdateBootEntry ( Models bootEntry ) : Models.ValidationResult
bootEntry Models
리턴 Models.ValidationResult

ValidateEntry() 공개 정적인 메소드

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