Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NTypeAdapterFactory Class / CreateFieldAdapter Method


In This Topic
    CreateFieldAdapter Method
    In This Topic
    Creates a field adapter.
    Syntax
    'Declaration
     
    
    Public Function CreateFieldAdapter( _
       ByVal field As NMetaField, _
       ByVal type As System.Type _
    ) As NFieldAdapter
    'Usage
     
    
    Dim instance As NTypeAdapterFactory
    Dim field As NMetaField
    Dim type As System.Type
    Dim value As NFieldAdapter
     
    value = instance.CreateFieldAdapter(field, type)
    public NFieldAdapter CreateFieldAdapter( 
       NMetaField field,
       System.Type type
    )

    Parameters

    field
    type
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also