Class OrderingLabel
- Namespace
- InSite.Domain.Banks
- Assembly
- Shift.Sdk.dll
public class OrderingLabel
- Inheritance
-
OrderingLabel
- Inherited Members
-
- Extension Methods
-
Constructors
OrderingLabel()
Properties
BottomContent
public ContentTitle BottomContent { get; }
Property Value
- ContentTitle
IsEmpty
public bool IsEmpty { get; }
Property Value
- bool
Show
public bool Show { get; set; }
Property Value
- bool
TopContent
public ContentTitle TopContent { get; }
Property Value
- ContentTitle
Methods
Clone()
public OrderingLabel Clone()
Returns
- OrderingLabel
CopyTo(OrderingLabel)
public void CopyTo(OrderingLabel other)
Parameters
other OrderingLabel
IsEqual(OrderingLabel)
public bool IsEqual(OrderingLabel other)
Parameters
other OrderingLabel
Returns
- bool
ShouldSerializeBottomContent()
public bool ShouldSerializeBottomContent()
Returns
- bool
ShouldSerializeTopContent()
public bool ShouldSerializeTopContent()
Returns
- bool