C# Class Zetbox.App.Extensions.MethodExtensions

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
IsDefaultMethod ( this method ) : bool

returns true if the Method is one of the "default" methods, "ToString", "ObjectIsValid", "NotifyPreSave", "NotifyPostSave", "NotifyCreated" or "NotifyDeleting".

Method Details

IsDefaultMethod() public static méthode

returns true if the Method is one of the "default" methods, "ToString", "ObjectIsValid", "NotifyPreSave", "NotifyPostSave", "NotifyCreated" or "NotifyDeleting".
public static IsDefaultMethod ( this method ) : bool
method this
Résultat bool