次の方法で共有


IDocumentTypeFeature<TDocumentType> インターフェイス

定義

ドキュメントの種類を定義し、ドキュメントを変更できる機能インターフェイス。

public interface IDocumentTypeFeature<TDocumentType> where TDocumentType : struct
type IDocumentTypeFeature<'DocumentType (requires 'DocumentType : struct)> = interface
Public Interface IDocumentTypeFeature(Of TDocumentType)

型パラメーター

TDocumentType

ドキュメントの種類を表す型。

プロパティ

Current

ドキュメントの種類を取得または設定します。

メソッド

ChangeDocumentType(TDocumentType)

1 つの型を別の型に変更するロジックを提供します。 に影響を与える Current可能性があります。

GetContentType(TDocumentType)

指定したドキュメント の種類のコンテンツ タイプを取得します。

GetDocumentType(String)

特定のコンテンツ タイプのドキュメントの種類を取得します。

適用対象