Click or drag to resize

SOUDefFields Interface

IUDefFields Interface A User-defined field - contains layout and database storage information, as well as value of field. Collection of user-defined fields. You can retrieve fields by name or by field id.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOUDefFields : IUDefFields

The SOUDefFields type exposes the following members.

Properties
  NameDescription
Public propertyByFieldId (Inherited from IUDefFields.)
Public propertyByFieldIdentity (Inherited from IUDefFields.)
Public propertyByName (Inherited from IUDefFields.)
Public propertyByProgId (Inherited from IUDefFields.)
Public propertyCode exampleCount
The number of user defined fields on this type of object. A User-defined field - contains layout and database storage information, as well as value of field. How many UdefField are in the collection
(Inherited from IUDefFields.)
Top
Methods
  NameDescription
Public methodGetEnumerator (Inherited from IUDefFields.)
Top
See Also