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