C# Class Goedel.Mesh.Platform.MeshApplication

Base class for Mesh application profiles.
Datei anzeigen Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Changed bool

Protected Properties

Property Type Description
SignedProfile SignedApplicationProfile

Public Methods

Method Description
Delete ( ) : void

delete profile

Update ( ) : void

Update profile.

Method Details

Delete() public method

delete profile
public Delete ( ) : void
return void

Update() public method

Update profile.
public Update ( ) : void
return void

Property Details

Changed public_oe property

If true a change to the profile has not been synced.
public bool Changed
return bool

SignedProfile protected_oe property

The signed application profile
protected SignedApplicationProfile SignedProfile
return SignedApplicationProfile