ArcFM Desktop Developer Guide
ImplicitUseKindFlags Enumeration


Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ImplicitUseKindFlags 
   Inherits System.Enum
'Usage
 
Dim instance As ImplicitUseKindFlags
[Flags()]
public enum ImplicitUseKindFlags : System.Enum 
Members
MemberDescription
AccessOnly entity marked with attribute considered used
AssignIndicates implicit assignment to a member
Default 
InstantiatedNoFixedConstructorSignatureIndicates implicit instantiation of a type
InstantiatedWithFixedConstructorSignatureIndicates implicit instantiation of a type with fixed constructor signature. That means any unused constructor parameters won't be reported as such.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Miner.Desktop.DesignerExpress.Annotations.ImplicitUseKindFlags

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

Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment