ArcFM Desktop Developer Guide
RuleCatalog<TRule,TRuleImport> Class
Members 


Product Availability
Required Licenses
.NET Assembly
Object Model
RuleCatalog<TRule,TRuleImport> Class
Syntax
'Declaration
 
Public Class RuleCatalog
    (Of TRule As Rule,
     TRuleImport As {New, RuleImport(Of TRule)}) 
   Inherits System.Collections.Generic.SortedDictionary(Of String,TRule)
'Usage
 
Dim instance As RuleCatalog(Of TRule,TRuleImport)
public class RuleCatalog<TRule,TRuleImport> : System.Collections.Generic.SortedDictionary<string,TRule> 
where TRule: Rule
where TRuleImport: new(), RuleImport<TRule>
Type Parameters
TRule
TRuleImport
Inheritance Hierarchy

System.Object
   System.Collections.Generic.SortedDictionary<TKey,TValue>
      Miner.CIM.Mapping.RuleCatalog<TRule,TRuleImport>

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

RuleCatalog<TRule,TRuleImport> Members
Miner.CIM.Mapping Namespace

 

 


Send Comment