C# Class BExIS.Dlm.Services.Party.PartyRelationshipTypeManager

Mostrar archivo Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
AddPartyTypePair ( string title, PartyType alowedSource, PartyType alowedTarget, string description, PartyRelationshipType partyRelationshipType ) : PartyTypePair
Create ( string title, string description, bool indicatesHierarchy, int maxCardinality, int minCardinality, PartyType partyTypePairAlowedSource, PartyType partyTypePairAlowedTarget, string partyTypePairTitle, string partyTypePairDescription ) : PartyRelationshipType

Creating PartyRelationshipType because PartyRelationshipType should have PartyTypePairs,partyTypePair created in the same time of creating PartyRelationshipType

Delete ( IEnumerable entities ) : bool
Delete ( PartyRelationshipType partyRelationType ) : bool
PartyRelationshipTypeManager ( ) : System
RemovePartyTypePair ( IEnumerable entities ) : bool
RemovePartyTypePair ( PartyTypePair partyTypePair ) : bool
UpdatePartyTypePair ( PartyTypePair entity ) : PartyTypePair

Method Details

AddPartyTypePair() public method

public AddPartyTypePair ( string title, PartyType alowedSource, PartyType alowedTarget, string description, PartyRelationshipType partyRelationshipType ) : PartyTypePair
title string
alowedSource BExIS.Dlm.Entities.Party.PartyType
alowedTarget BExIS.Dlm.Entities.Party.PartyType
description string
partyRelationshipType BExIS.Dlm.Entities.Party.PartyRelationshipType
return BExIS.Dlm.Entities.Party.PartyTypePair

Create() public method

Creating PartyRelationshipType because PartyRelationshipType should have PartyTypePairs,partyTypePair created in the same time of creating PartyRelationshipType
public Create ( string title, string description, bool indicatesHierarchy, int maxCardinality, int minCardinality, PartyType partyTypePairAlowedSource, PartyType partyTypePairAlowedTarget, string partyTypePairTitle, string partyTypePairDescription ) : PartyRelationshipType
title string
description string
indicatesHierarchy bool
maxCardinality int
minCardinality int
partyTypePairAlowedSource BExIS.Dlm.Entities.Party.PartyType
partyTypePairAlowedTarget BExIS.Dlm.Entities.Party.PartyType
partyTypePairTitle string
partyTypePairDescription string
return BExIS.Dlm.Entities.Party.PartyRelationshipType

Delete() public method

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
return bool

Delete() public method

public Delete ( PartyRelationshipType partyRelationType ) : bool
partyRelationType BExIS.Dlm.Entities.Party.PartyRelationshipType
return bool

PartyRelationshipTypeManager() public method

public PartyRelationshipTypeManager ( ) : System
return System

RemovePartyTypePair() public method

public RemovePartyTypePair ( IEnumerable entities ) : bool
entities IEnumerable
return bool

RemovePartyTypePair() public method

public RemovePartyTypePair ( PartyTypePair partyTypePair ) : bool
partyTypePair BExIS.Dlm.Entities.Party.PartyTypePair
return bool

UpdatePartyTypePair() public method

public UpdatePartyTypePair ( PartyTypePair entity ) : PartyTypePair
entity BExIS.Dlm.Entities.Party.PartyTypePair
return BExIS.Dlm.Entities.Party.PartyTypePair