C# Class Goedel.Mesh.Platform.RegistrationApplication

Describes the registration of a device profile on a machine.
Inheritance: Registration
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Méthode Description
Refresh ( ) : void

Fetch the latest version of the profile version

RegistrationApplication ( SignedApplicationProfile SignedApplicationProfile ) : System

Register request to register an application.

RegistrationApplication ( string UDF ) : System

Read a personal registration from the local store

RegistrationApplication ( string UDF, string File ) : System

Read a personal registration from a file

ToRegistry ( ) : void

Write to registry.

Update ( ) : void

Update persistence store

Method Details

Refresh() public méthode

Fetch the latest version of the profile version
public Refresh ( ) : void
Résultat void

RegistrationApplication() public méthode

Register request to register an application.
public RegistrationApplication ( SignedApplicationProfile SignedApplicationProfile ) : System
SignedApplicationProfile SignedApplicationProfile The application profile
Résultat System

RegistrationApplication() public méthode

Read a personal registration from the local store
public RegistrationApplication ( string UDF ) : System
UDF string File fingerprint
Résultat System

RegistrationApplication() public méthode

Read a personal registration from a file
public RegistrationApplication ( string UDF, string File ) : System
UDF string File fingerprint
File string Filename on local machine
Résultat System

ToRegistry() public méthode

Write to registry.
public ToRegistry ( ) : void
Résultat void

Update() public méthode

Update persistence store
public Update ( ) : void
Résultat void