Show / Hide Table of Contents

Class PolicyNever<T>

A rule that always fails.

Inheritance
Object
Policy<T>
PolicyNever<T>
Inherited Members
Policy<T>.IsNotAllowed(T)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PeerTalk
Assembly: PeerTalk.dll
Syntax
public class PolicyNever<T> : Policy<T>, IPolicy<T>
Type Parameters
Name Description
T

The type of object that the rule applies to.

Methods

| Improve this Doc View Source

IsAllowed(T)

Declaration
public override bool IsAllowed(T target)
Parameters
Type Name Description
T target
Returns
Type Description
Boolean
Overrides
PeerTalk.Policy<T>.IsAllowed(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX