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

Describes the registration of as profile on as machine. This includes the fingerprint, the cached profile data and the list of portal entries to which the profile is bound.
상속: Registration
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Profile SignedPersonalProfile
Profiles SignedProfile>.SortedList

공개 메소드들

메소드 설명
Refresh ( ) : void

Fetch the latest version of the profile version

RegistrationPersonal ( SignedPersonalProfile Profile, List Portals ) : System

Register a personal profile in the Windows registry

RegistrationPersonal ( string UDF, string File ) : System

Read a personal registration from a file

ToRegistry ( ) : void

Write values to registry

Update ( ) : void

Update portal entries.

메소드 상세

Refresh() 공개 메소드

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

RegistrationPersonal() 공개 메소드

Register a personal profile in the Windows registry
public RegistrationPersonal ( SignedPersonalProfile Profile, List Portals ) : System
Profile SignedPersonalProfile The personal profile
Portals List The list of portals.
리턴 System

RegistrationPersonal() 공개 메소드

Read a personal registration from a file
public RegistrationPersonal ( string UDF, string File ) : System
UDF string File fingerprint
File string Filename on local machine
리턴 System

ToRegistry() 공개 메소드

Write values to registry
public ToRegistry ( ) : void
리턴 void

Update() 공개 메소드

Update portal entries.
public Update ( ) : void
리턴 void

프로퍼티 상세

Profile 공개적으로 프로퍼티

The most recent cached profile data, if available.
public SignedPersonalProfile Profile
리턴 SignedPersonalProfile

Profiles 공개적으로 프로퍼티

Profiles associated with this account in chronological order.
public SortedList Profiles
리턴 SignedProfile>.SortedList