Share via


ConditionExtender Members

Include Protected Members
Include Inherited Members

The ConditionExtender class is an exception that is raised when the expression tree is incorrect.

The ConditionExtender type exposes the following members.

Constructors

  Name Description
Public method ConditionExtender()
Public method ConditionExtender(Condition) Initializes a new instance of the ConditionExtender class based on the specified condition.
Public method ConditionExtender(PolicyStore, String) Initializes a new instance of the ConditionExtender class that has the specified policy store and name.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Protected method GetParentSfcPropertySet() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Public method GetPropertySet() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnPropertyChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Protected method OnPropertyMetadataChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Protected method parent_PropertyChanged(Object, PropertyChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Protected method parent_PropertyMetadataChanged(Object, SfcPropertyMetadataChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Protected method RegisterParentProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Protected method RegisterProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Protected method RegisterProperty(PropertyInfo, String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property DependentPolicies Gets the policies that are dependent on the condition.
Public property ExpressionNode Gets or sets the expression node for the condition.
Public property FacetInfo Gets or sets the facet information for the condition.
Public property Facets Gets the collection that contains information about all the facets that are associated with the condition.
Protected property Parent() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Public property RootFacets Gets the collection that contains information about all the root level facets that are associated with the condition.

Top

Events

  Name Description
Public event PropertyChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)
Public event PropertyMetadataChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.)

Top