LotusNotesViewInfo

LotusNotesViewInfo class

Lotus Notes データベースのビュー情報を表します storage

public class LotusNotesViewInfo : ViewInfo

コンストラクター

名前 説明
LotusNotesViewInfo() の新しいインスタンスを初期化しますLotusNotesViewInfoclass.
LotusNotesViewInfo(FileType, List<Page>, int) の新しいインスタンスを初期化しますLotusNotesViewInfoclass.

プロパティ

名前 説明
FileType { get; set; } ファイルのタイプ。
NotesCount { get; set; } storage のメモ数
Pages { get; set; } 表示するページのリスト。

メソッド

名前 説明
override ToString() 現在のオブジェクトを表す文字列を返します。

関連項目