C# Class Zetbox.App.Extensions.MethodExtensions

Mostra file Open project: daszat/zetbox

Public Methods

Method 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 method

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
return bool