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 | |
---|---|---|
ConditionExtender() | ||
ConditionExtender(Condition) | Initializes a new instance of the ConditionExtender class based on the specified condition. | |
ConditionExtender(PolicyStore, String) | Initializes a new instance of the ConditionExtender class that has the specified policy store and name. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetParentSfcPropertySet() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
GetPropertySet() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
OnPropertyChanged(String) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
OnPropertyMetadataChanged(String) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
parent_PropertyChanged(Object, PropertyChangedEventArgs) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
parent_PropertyMetadataChanged(Object, SfcPropertyMetadataChangedEventArgs) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
RegisterParentProperty(PropertyInfo) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
RegisterProperty(PropertyInfo) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
RegisterProperty(PropertyInfo, String) | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
DependentPolicies | Gets the policies that are dependent on the condition. | |
ExpressionNode | Gets or sets the expression node for the condition. | |
FacetInfo | Gets or sets the facet information for the condition. | |
Facets | Gets the collection that contains information about all the facets that are associated with the condition. | |
Parent() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
RootFacets | Gets the collection that contains information about all the root level facets that are associated with the condition. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) | |
PropertyMetadataChanged() | Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<Condition>.) |
Top