Table of Contents

Class AutoFieldExtensions

Namespace
BpNexT.NET.Extensions
Assembly
BpNexT.NET.dll

Extensions for BpNT.AutoField.

public static class AutoFieldExtensions
Inheritance
object
AutoFieldExtensions

Methods

IsComFriendly(AutoField)

Checks if the field is supposed to be used via COM.

public static bool IsComFriendly(this AutoField field)

Parameters

field AutoField

The field to check.

Returns

bool

true if the field is COM friendly, otherwise false.