ArcFM Responder Mobile Developer Guide
LogicalAndCondition Class
Members 






Object Model
LogicalAndCondition Class
Syntax
'Declaration
 
<System.Diagnostics.DebuggerDisplayAttribute(Value="Must Meet All {Conditions.Length} Conditions", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class LogicalAndCondition 
   Inherits CompositeCondition
'Usage
 
Dim instance As LogicalAndCondition
[System.Diagnostics.DebuggerDisplay(Value="Must Meet All {Conditions.Length} Conditions", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class LogicalAndCondition : CompositeCondition 
public class LogicalAndCondition = class(CompositeCondition)
System.Diagnostics.DebuggerDisplayAttribute(Value="Must Meet All {Conditions.Length} Conditions", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")
public class LogicalAndCondition extends CompositeCondition
[System.Diagnostics.DebuggerDisplay(Value="Must Meet All {Conditions.Length} Conditions", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public __gc class LogicalAndCondition : public CompositeCondition 
[System.Diagnostics.DebuggerDisplay(Value="Must Meet All {Conditions.Length} Conditions", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public ref class LogicalAndCondition : public CompositeCondition 
Inheritance Hierarchy

System.Object
   Miner.Data.Access.Conditions.DataRowCondition
      Miner.Data.Access.Conditions.CompositeCondition
         Miner.Data.Access.Conditions.LogicalAndCondition

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LogicalAndCondition Members
Miner.Data.Access.Conditions Namespace

Send Feedback