FinanceLoadOptions

FinanceLoadOptions class

Options for loading finance documents.

public class FinanceLoadOptions : LoadOptions

Constructors

Name Description
FinanceLoadOptions() Initializes new instance of FinanceLoadOptions class.

Properties

Name Description
Format { get; set; } Input document file type. Is null until a format has been set, so test it for null rather than against Unknown, which it never equals.
virtual Format { get; } Input document file type.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also