PossibleConversions

PossibleConversions class

Represents a mapping what conversion pairs are supported for specific source file format

public sealed class PossibleConversions : ValueObject

Properties

Name Description
All { get; } All target file types and primary/secondary flag IEnumerable of TargetConversion
Item { get; } Returns target conversion for specified target file type (2 indexers)
LoadOptions { get; } Predefined load options which could be used to convert from current type
Primary { get; } Primary target file types
Secondary { get; } Secondary target file types
Source { get; } Source file formats

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