Specifies the attributes of a rate card variable.
Syntax
'Declaration
<BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.RateCardVariable,
Mask="Variable",
NodeName="Variable",
Visible=True,
IsEmpty=False)>
Public Class RateCardVariable
'Usage
Dim instance As RateCardVariable
[BOXmlObservableItem(Type=Selerix.BusinessObjects.RateCardVariable,
Mask="Variable",
NodeName="Variable",
Visible=true,
IsEmpty=false)]
public class RateCardVariable
public class RateCardVariable
BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.RateCardVariable,
Mask="Variable",
NodeName="Variable",
Visible=,
IsEmpty=)
public class RateCardVariable
[BOXmlObservableItem(Type=Selerix.BusinessObjects.RateCardVariable,
Mask="Variable",
NodeName="Variable",
Visible=true,
IsEmpty=false)]
public __gc class RateCardVariable
[BOXmlObservableItem(Type=Selerix.BusinessObjects.RateCardVariable,
Mask="Variable",
NodeName="Variable",
Visible=true,
IsEmpty=false)]
public ref class RateCardVariable
Inheritance Hierarchy
System.Object
Selerix.BusinessObjects.RateCardVariable
See Also