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

Describes a registration
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
Filename ( string Path, string Fingerprint ) : string

Construct filename for a mesh file

메소드 상세

Delete() 공개 메소드

Delete the associated profile from the registry
public Delete ( ) : void
리턴 void

Filename() 보호된 메소드

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
리턴 string

Refresh() 공개 추상적인 메소드

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

ToRegistry() 공개 메소드

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

Update() 공개 메소드

Update the associated profile in the registry
public Update ( ) : void
리턴 void