Class CustomReportItem
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CustomReportItem
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.Report
Assembly: SMT.MastaAPI.13.0.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>