Class CustomReportItem
Inheritance
System.Object
CustomReportItem
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class CustomReportItem : APIBase, IEquatable<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>