Nevron .NET Vision
Nevron Namespace / NOrdinalValueProvider Class
Members


In This Topic
    NOrdinalValueProvider Class
    In This Topic
    Represents an ordinal value provider.
    Object Model
    NOrdinalValueProvider Class
    Syntax
    'Declaration
     
    
    Public Class NOrdinalValueProvider 
       Inherits NValueProvider
    'Usage
     
    
    Dim instance As NOrdinalValueProvider
    public class NOrdinalValueProvider : NValueProvider 
    Remarks
    The key passed to the ProvideValue function will be converted to its integer equivalent that will be later used to index the array of values stored in the provider.
    Inheritance Hierarchy

    System.Object
       Nevron.NValueProvider
          Nevron.NOrdinalValueProvider

    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