Specifies the attributes of an EDI payer, product and location.
Object Model
Syntax
'Declaration
<BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.PayerProductLocationEDI,
Mask="PayerProductLocationEDI",
NodeName="PayerProductLocationEDI",
Visible=True,
Observable=True,
IsEmpty=False)>
<SerializableAttribute()>
Public Class PayerProductLocationEDI
Inherits Selerix.Foundation.Data.AbstractEntityObject
Implements Selerix.Foundation.Data.IModelObject
'Usage
Dim instance As PayerProductLocationEDI
[BOXmlObservableItem(Type=Selerix.BusinessObjects.PayerProductLocationEDI,
Mask="PayerProductLocationEDI",
NodeName="PayerProductLocationEDI",
Visible=true,
Observable=true,
IsEmpty=false)]
[Serializable()]
public class PayerProductLocationEDI : Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject
public class PayerProductLocationEDI = class(Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject)
BOXmlObservableItemAttribute(Type=Selerix.BusinessObjects.PayerProductLocationEDI,
Mask="PayerProductLocationEDI",
NodeName="PayerProductLocationEDI",
Visible=,
Observable=,
IsEmpty=)
SerializableAttribute()
public class PayerProductLocationEDI extends Selerix.Foundation.Data.AbstractEntityObject implements Selerix.Foundation.Data.IModelObject
[BOXmlObservableItem(Type=Selerix.BusinessObjects.PayerProductLocationEDI,
Mask="PayerProductLocationEDI",
NodeName="PayerProductLocationEDI",
Visible=true,
Observable=true,
IsEmpty=false)]
[Serializable()]
public __gc class PayerProductLocationEDI : public Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject
[BOXmlObservableItem(Type=Selerix.BusinessObjects.PayerProductLocationEDI,
Mask="PayerProductLocationEDI",
NodeName="PayerProductLocationEDI",
Visible=true,
Observable=true,
IsEmpty=false)]
[Serializable()]
public ref class PayerProductLocationEDI : public Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject
Inheritance Hierarchy
See Also