Class CustomReportItem
Inheritance
System.Object
CustomReportItem
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class CustomReportItem : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
IsMainReportItem
Declaration
public virtual bool IsMainReportItem { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ItemType
Declaration
public string ItemType { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
AddCondition()
Declaration
public void AddCondition()
Implements
System.IEquatable<T>