Deli putem


OrOperator Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The OrOperator type exposes the following members.

Constructors

  Name Description
Public method OrOperator
Initializes a new instance of the OrOperator class with the specified expressions.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Evaluate
Evaluates the current expression against the specified IPrincipal.
(Overrides AndOperator.Evaluate(IPrincipal).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Left
Gets or sets the first expression that will be evaluated - the expression to the left of the operator.
(Inherited from AndOperator.)
Public property Right
Gets or sets the second expression that will be evaluated - the expression to the right of the operator.
(Inherited from AndOperator.)

See Also

OrOperator Class

Microsoft.Practices.EnterpriseLibrary.Security Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.