C# Class Goedel.Mesh.Platform.MeshApplication

Base class for Mesh application profiles.
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
Changed bool

Protected Properties

Свойство Type Description
SignedProfile SignedApplicationProfile

Méthodes publiques

Méthode Description
Delete ( ) : void

delete profile

Update ( ) : void

Update profile.

Method Details

Delete() public méthode

delete profile
public Delete ( ) : void
Résultat void

Update() public méthode

Update profile.
public Update ( ) : void
Résultat void

Property Details

Changed public_oe property

If true a change to the profile has not been synced.
public bool Changed
Résultat bool

SignedProfile protected_oe property

The signed application profile
protected SignedApplicationProfile SignedProfile
Résultat SignedApplicationProfile