public sealed class FileConverterEventNamePolicy : IFileConverterEventNamePolicy,
IExtensionPolicy
Public NotInheritable Class FileConverterEventNamePolicy
Implements IFileConverterEventNamePolicy, IExtensionPolicy
public ref class FileConverterEventNamePolicy sealed : IFileConverterEventNamePolicy,
IExtensionPolicy
[<SealedAttribute>]
type FileConverterEventNamePolicy =
class
interface IFileConverterEventNamePolicy
interface IExtensionPolicy
end
FileConverterEventNamePolicy | Создаёт экземпляр класса с указанием списка допустимых имён событий по конвертации файлов для выполнения методов расширения. |
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) |