API Reference
Class
CxCondition
Declarative applicability predicates used by controls to determine whether a host should be evaluated. Compose using CxWhere helpers.
Inheritance
- Object
- CxCondition
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AccountPolicyControl.Where
- Property AppLockerEnforcementControl.Where
- Property AuditPolicyControl.Where
- Property AllOf.Items
- Property AnyOf.Items
- Property Not.Item
- Method CxWhere.AllOf
- Method CxWhere.AnyOf
- Method CxWhere.IsDc
- Method CxWhere.IsMemberServer
- Method CxWhere.IsServer
- Method CxWhere.IsWorkstation
- Method CxWhere.NotDc
- Property DirectAccessControl.Where
- Property DocumentationControl.Where
- Property EventLogControl.Where
- Property FileAclControl.Where
- Property FirewallIcmpSettingsControl.Where
- Property FirewallLoggingControl.Where
- Property FirewallPortExceptionsControl.Where
- Property FirewallProfileControl.Where
- Property FirewallProgramExceptionsControl.Where
- Property FirewallServiceExceptionControl.Where
- Property IpsecBypassControl.Where
- Property KerberosPolicyControl.Where
- Property NetlogonControl.Where
- Property RegistryAclControl.Where
- Property RegistryControl.Where
- Property SecurityOptionControl.Where
- Property ServiceStartupControl.Where
- Property TcpIpInterfaceControl.Where
- Property TlsCipherSuitesPolicyControl.Where
- Property TlsComponentControl.Where
- Property TlsProtocolControl.Where
- Property UserRightControl.Where
Accepted by parameters
- Method AccountPolicyControl.WhereIs
- Method AppLockerEnforcementControl.WhereIs
- Method AuditPolicyControl.WhereIs
- Constructor AllOf.AllOf
- Constructor AnyOf.AnyOf
- Constructor Not.Not
- Method CxWhere.AllOf
- Method CxWhere.AnyOf
- Method DirectAccessControl.WhereIs
- Method DocumentationControl.WhereIs
- Method EventLogControl.WhereIs
- Method FileAclControl.WhereIs
- Method FirewallIcmpSettingsControl.WhereIs
- Method FirewallLoggingControl.WhereIs
- Method FirewallPortExceptionsControl.WhereIs
- Method FirewallProfileControl.WhereIs
- Method FirewallProgramExceptionsControl.WhereIs
- Method FirewallServiceExceptionControl.WhereIs
- Method IpsecBypassControl.WhereIs
- Method KerberosPolicyControl.WhereIs
- Method NetlogonControl.WhereIs
- Method RegistryAclControl.WhereIs
- Method RegistryControl.WhereIs
- Method SecurityOptionControl.WhereIs
- Method ServiceStartupControl.WhereIs
- Method TcpIpInterfaceControl.WhereIs
- Method TlsCipherSuitesPolicyControl.WhereIs
- Method TlsComponentControl.WhereIs
- Method TlsProtocolControl.WhereIs
- Method UserRightControl.WhereIs
Methods
public abstract Boolean Match(CxFacts f) #Returns:
BooleanEvaluates the condition against a set of host facts.
Parameters
- f ComputerX.Controls.CxFacts
- Facts for the current host.
Returns
true when the condition matches; otherwise false.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object