Class PolicyAlways<T>
A rule that always passes.
Inherited Members
Namespace: PeerTalk
Assembly: PeerTalk.dll
Syntax
public class PolicyAlways<T> : Policy<T>, IPolicy<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of object that the rule applies to. |
Methods
| Improve this Doc View SourceIsAllowed(T)
Declaration
public override bool IsAllowed(T target)
Parameters
| Type | Name | Description |
|---|---|---|
| T | target |
Returns
| Type | Description |
|---|---|
| Boolean |
Overrides
PeerTalk.Policy<T>.IsAllowed(T)