Class PluginBaseOptions

Thông tin

Biểu diễn các tùy chọn cơ bản cho plugin.

public class PluginBaseOptions : IPluginOptions

Inheritance

objectPluginBaseOptions

Derived

Implements

Inherited Members

Properties

CloseInputStreams

Đóng các luồng đầu vào sau khi hoàn thành thao tác.

public bool CloseInputStreams { get; set; }

Property Value

bool

CloseOutputStreams

Đóng các luồng đầu ra sau khi hoàn thành thao tác.

public bool CloseOutputStreams { get; set; }

Property Value

bool

Inputs

Trả về dữ liệu Inputs cho thao tác.

public List<idata> Inputs { get; }

Property Value

List<IData>

Outputs

Trả về dữ liệu Outputs cho thao tác.

public List<idata> Outputs { get; }

Property Value

List<IData>

Methods

AddInput(IData)

Thêm Data mới vào Inputs.

public void AddInput(IData data)

Parameters

  • data IData: Dữ liệu cần thêm.

AddOutput(IData)

Thêm Data mới vào Outputs.

public void AddOutput(IData data)

Parameters

  • data IData: Dữ liệu cần thêm. :

Không gian tên: Documentize Tập tin thực thi: Documentize.dll

 Tiếng Việt