protected BaseDescription(MemberInfo m) { this.OutputCache = m.GetMyAttribute<OutputCacheAttribute>(); this.SessionMode = m.GetMyAttribute<SessionModeAttribute>(); this.Authorize = m.GetMyAttribute<AuthorizeAttribute>(true /* inherit */); }
protected BaseDescription(MemberInfo m) { this.OutputCache = m.GetMyAttribute <OutputCacheAttribute>(); this.SessionMode = m.GetMyAttribute <SessionModeAttribute>(); this.Authorize = m.GetMyAttribute <AuthorizeAttribute>(true /* inherit */); }