ArcFM Engine Developer Guide
UseQueryServicesAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
Provides an attribute that indicates a Request class can use the QueryServices middle-tier object for data.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class UseQueryServicesAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As UseQueryServicesAttribute
[AttributeUsage(ValidOn=AttributeTargets.Class, 
   AllowMultiple=false, 
   Inherited=true)]
public class UseQueryServicesAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Responder.Shared.UseQueryServicesAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

UseQueryServicesAttribute Members
Miner.Responder.Shared Namespace

 

 


Send Comment