C# Class ModelBase, UnityFramework

Afficher le fichier Open project: meta-42/uEasyKit Class Usage Examples

Méthodes publiques

Méthode Description
Destroy ( ) : void

Méthodes protégées

Méthode Description
DispatchValueUpdateEvent ( ValueUpdateEventArgs, args ) : void
DispatchValueUpdateEvent ( string key, object oldValue, object newValue ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

DispatchValueUpdateEvent() protected méthode

protected DispatchValueUpdateEvent ( ValueUpdateEventArgs, args ) : void
args ValueUpdateEventArgs,
Résultat void

DispatchValueUpdateEvent() protected méthode

protected DispatchValueUpdateEvent ( string key, object oldValue, object newValue ) : void
key string
oldValue object
newValue object
Résultat void