C# Class Catel.Test.Data.ModelBaseFacts.EditableObject

Inheritance: Catel.Data.ModelBase
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Свойство Type Description
IgnoredPropertyInBackupProperty PropertyData

Méthodes publiques

Méthode Description
EditableObject ( ) : System

Méthodes protégées

Méthode Description
OnBeginEdit ( BeginEditEventArgs e ) : void
OnCancelEdit ( EditEventArgs e ) : void
OnCancelEditCompleted ( CancelEditCompletedEventArgs e ) : void
OnEndEdit ( EditEventArgs e ) : void

Method Details

EditableObject() public méthode

public EditableObject ( ) : System
Résultat System

OnBeginEdit() protected méthode

protected OnBeginEdit ( BeginEditEventArgs e ) : void
e BeginEditEventArgs
Résultat void

OnCancelEdit() protected méthode

protected OnCancelEdit ( EditEventArgs e ) : void
e EditEventArgs
Résultat void

OnCancelEditCompleted() protected méthode

protected OnCancelEditCompleted ( CancelEditCompletedEventArgs e ) : void
e CancelEditCompletedEventArgs
Résultat void

OnEndEdit() protected méthode

protected OnEndEdit ( EditEventArgs e ) : void
e EditEventArgs
Résultat void

Property Details

IgnoredPropertyInBackupProperty public_oe static_oe property

Register the IgnoredPropertyInBackup property so it is known in the class.
public static PropertyData IgnoredPropertyInBackupProperty
Résultat PropertyData