C# 클래스 Disco.Services.DeviceProfileExtensions

파일 보기 프로젝트 열기: garysharp/Disco

공개 메소드들

메소드 설명
CanDelete ( this dp, DiscoDataContext Database ) : bool
ComputerNameInvalidateCache ( this deviceProfile ) : void
DefaultOrganisationAddressDetails ( this deviceProfile, DiscoDataContext Database ) : OrganisationAddress
Delete ( this dp, DiscoDataContext Database ) : void
GetCertificateAuthorityProviders ( this dp ) : IEnumerable
GetCertificateProviders ( this dp ) : IEnumerable
GetWirelessProfileProviders ( this dp ) : IEnumerable

메소드 상세

CanDelete() 공개 정적인 메소드

public static CanDelete ( this dp, DiscoDataContext Database ) : bool
dp this
Database Disco.Data.Repository.DiscoDataContext
리턴 bool

ComputerNameInvalidateCache() 공개 정적인 메소드

public static ComputerNameInvalidateCache ( this deviceProfile ) : void
deviceProfile this
리턴 void

DefaultOrganisationAddressDetails() 공개 정적인 메소드

public static DefaultOrganisationAddressDetails ( this deviceProfile, DiscoDataContext Database ) : OrganisationAddress
deviceProfile this
Database Disco.Data.Repository.DiscoDataContext
리턴 Disco.Models.BI.Config.OrganisationAddress

Delete() 공개 정적인 메소드

public static Delete ( this dp, DiscoDataContext Database ) : void
dp this
Database Disco.Data.Repository.DiscoDataContext
리턴 void

GetCertificateAuthorityProviders() 공개 정적인 메소드

public static GetCertificateAuthorityProviders ( this dp ) : IEnumerable
dp this
리턴 IEnumerable

GetCertificateProviders() 공개 정적인 메소드

public static GetCertificateProviders ( this dp ) : IEnumerable
dp this
리턴 IEnumerable

GetWirelessProfileProviders() 공개 정적인 메소드

public static GetWirelessProfileProviders ( this dp ) : IEnumerable
dp this
리턴 IEnumerable