C# 클래스 Goedel.Mesh.Platform.RegistrationMachine

Describes a set of registered profiles on a particular machine, usually the current machine.
상속: Registration
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
Add ( SignedApplicationProfile SignedApplicationProfile ) : RegistrationApplication

Add the associated profile to the machine store.

Add ( SignedDeviceProfile SignedDeviceProfile ) : RegistrationDevice

Add the associated profile to the machine store.

Add ( SignedPersonalProfile SignedPersonalProfile, string PortalAddress ) : RegistrationPersonal

Add the associated profile to the machine store.

Add ( Registration Registration ) : void

Add the associated profile to the machine store.

Add ( RegistrationApplication Registration ) : void

Add the associated registration to the machine store.

Add ( RegistrationDevice Registration ) : void

Add the associated registration to the machine store.

Add ( RegistrationPersonal Registration ) : void

Add the associated registration to the machine store.

Erase ( ) : void

Erase the profile and associated keys.

Get ( ApplicationProfileEntry Profile ) : RegistrationApplication

Locate the specified application profile.

GetID ( string ID, RegistrationDevice &Registration ) : bool

Get a device registration by identifier

GetUDF ( string UDF, RegistrationDevice &Registration ) : bool

Get a device registration by fingerprint

Refresh ( ) : void

Fetch the latest version of the profile version

RegistrationMachine ( ) : System

Default constructor, get values from the current machine.

비공개 메소드들

메소드 설명
DirectoryDelete ( string Path ) : void
Fill ( ) : void

Fetch the latest version of the profile version

메소드 상세

Add() 공개 메소드

Add the associated profile to the machine store.
public Add ( SignedApplicationProfile SignedApplicationProfile ) : RegistrationApplication
SignedApplicationProfile SignedApplicationProfile Profile to add.
리턴 RegistrationApplication

Add() 공개 메소드

Add the associated profile to the machine store.
public Add ( SignedDeviceProfile SignedDeviceProfile ) : RegistrationDevice
SignedDeviceProfile SignedDeviceProfile Profile to add.
리턴 RegistrationDevice

Add() 공개 메소드

Add the associated profile to the machine store.
public Add ( SignedPersonalProfile SignedPersonalProfile, string PortalAddress ) : RegistrationPersonal
SignedPersonalProfile SignedPersonalProfile Profile to add
PortalAddress string Portal to add profile to
리턴 RegistrationPersonal

Add() 공개 메소드

Add the associated profile to the machine store.
public Add ( Registration Registration ) : void
Registration Registration Profile to add.
리턴 void

Add() 공개 메소드

Add the associated registration to the machine store.
public Add ( RegistrationApplication Registration ) : void
Registration RegistrationApplication Profile to add.
리턴 void

Add() 공개 메소드

Add the associated registration to the machine store.
public Add ( RegistrationDevice Registration ) : void
Registration RegistrationDevice Profile to add.
리턴 void

Add() 공개 메소드

Add the associated registration to the machine store.
public Add ( RegistrationPersonal Registration ) : void
Registration RegistrationPersonal Profile to add.
리턴 void

Erase() 공개 정적인 메소드

Erase the profile and associated keys.
public static Erase ( ) : void
리턴 void

Get() 공개 메소드

Locate the specified application profile.
public Get ( ApplicationProfileEntry Profile ) : RegistrationApplication
Profile ApplicationProfileEntry Profile entry for requested application.
리턴 RegistrationApplication

GetID() 공개 메소드

Get a device registration by identifier
public GetID ( string ID, RegistrationDevice &Registration ) : bool
ID string Registration to get
Registration RegistrationDevice The registration if found, null otherwise.
리턴 bool

GetUDF() 공개 메소드

Get a device registration by fingerprint
public GetUDF ( string UDF, RegistrationDevice &Registration ) : bool
UDF string Registration to get
Registration RegistrationDevice The registration if found, null otherwise.
리턴 bool

Refresh() 공개 메소드

Fetch the latest version of the profile version
public Refresh ( ) : void
리턴 void

RegistrationMachine() 공개 메소드

Default constructor, get values from the current machine.
public RegistrationMachine ( ) : System
리턴 System