C# Class Goedel.Mesh.Platform.Registration

Describes a registration
Datei anzeigen Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
Delete ( ) : void

Delete the associated profile from the registry

Refresh ( ) : void

Fetch the latest version of the profile version

ToRegistry ( ) : void

Write data to the registry.

Update ( ) : void

Update the associated profile in the registry

Protected Methods

Method Description
Filename ( string Path, string Fingerprint ) : string

Construct filename for a mesh file

Method Details

Delete() public method

Delete the associated profile from the registry
public Delete ( ) : void
return void

Filename() protected method

Construct filename for a mesh file
protected Filename ( string Path, string Fingerprint ) : string
Path string Path to write file to
Fingerprint string Fingerprint identifying data
return string

Refresh() public abstract method

Fetch the latest version of the profile version
public abstract Refresh ( ) : void
return void

ToRegistry() public method

Write data to the registry.
public ToRegistry ( ) : void
return void

Update() public method

Update the associated profile in the registry
public Update ( ) : void
return void