Selerix Developer Tools
Party Class
Members 






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : Party Class
The Party object specifies the attributes of a party. The Party class defines the party. A party to an insurance policy is the company providing the coverage, the owner of the policy, the insured individual, and the beneficiary of the proceeds of the policy.
Object Model
Party ClassAddress ClassAddress ClassNoteCollection ClassNote ClassNote ClassNote ClassNote Class
Syntax
'Declaration
 
Public Class Party 
   Inherits Selerix.Foundation.Data.AbstractEntityObject
   Implements Selerix.Foundation.Data.IModelObject 
'Usage
 
Dim instance As Party
public class Party : Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject  
public class Party = class(Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject)
public class Party extends Selerix.Foundation.Data.AbstractEntityObject implements Selerix.Foundation.Data.IModelObject 
public __gc class Party : public Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject  
public ref class Party : public Selerix.Foundation.Data.AbstractEntityObject, Selerix.Foundation.Data.IModelObject  
Inheritance Hierarchy

System.Object
   Selerix.Foundation.Data.AbstractModelObject
      Selerix.Foundation.Data.AbstractEntityObject
         Selerix.BusinessObjects.Party
            Selerix.BusinessObjects.Organization
            Selerix.BusinessObjects.Person

See Also

Reference

Party Members
Selerix.BusinessObjects Namespace