public sealed class FileConverterOutputFormatPolicy : IFileConverterOutputFormatPolicy,
IExtensionPolicy
Public NotInheritable Class FileConverterOutputFormatPolicy
Implements IFileConverterOutputFormatPolicy, IExtensionPolicy
public ref class FileConverterOutputFormatPolicy sealed : IFileConverterOutputFormatPolicy,
IExtensionPolicy
[<SealedAttribute>]
type FileConverterOutputFormatPolicy =
class
interface IFileConverterOutputFormatPolicy
interface IExtensionPolicy
end
FileConverterOutputFormatPolicy | Создаёт экземпляр класса с указанием списка допустимых выходных форматов по конвертации файлов для выполнения методов расширения. |
IsAllowAny | Признак того, что политика разрешает любые выходные форматы файлов, в том числе неизвестные на момент фильтрации. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsAllowed | Возвращает признак того, что выполнение методов расширения допустимо для заданного выходного формата по конвертации файлов. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |