Class ResultContainer
Info
Represents container that contains the result collection of processing the plugin.
public class ResultContainer
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Properties
ResultCollection
Gets collection of the operation results
public List<ioperationresult> ResultCollection { get; }
Property Value
List<IOperationResult>
Namespace: Documentize Assembly: Documentize.dll