Hunny Software Library Reference

Field.FieldBodyFactory Property

Gets or sets the FieldBodyFactory instance.

[Visual Basic]
Public Shared Property FieldBodyFactory As FieldBodyFactory
[C#]
public static FieldBodyFactory FieldBodyFactory {get; set;}

Property Value

The field body factory.

Remarks

The library uses a single FieldBodyFactory instance to create new FieldBody objects. Developers may create subclasses of library classes. The library uses the factory installed by the developer to create instances of these subclasses.

See Also

Field Class | Hunny.Mime Namespace