C# Класс Zetbox.App.Extensions.MethodExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsDefaultMethod ( this method ) : bool

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

Описание методов

IsDefaultMethod() публичный статический Метод

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
Результат bool