C# 클래스 Zetbox.App.Extensions.MethodExtensions

파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
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