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

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat BExIS.Dlm.Entities.Party.PartyTypePair

Create() public méthode

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
Résultat BExIS.Dlm.Entities.Party.PartyRelationshipType

Delete() public méthode

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Résultat bool

Delete() public méthode

public Delete ( PartyRelationshipType partyRelationType ) : bool
partyRelationType BExIS.Dlm.Entities.Party.PartyRelationshipType
Résultat bool

PartyRelationshipTypeManager() public méthode

public PartyRelationshipTypeManager ( ) : System
Résultat System

RemovePartyTypePair() public méthode

public RemovePartyTypePair ( IEnumerable entities ) : bool
entities IEnumerable
Résultat bool

RemovePartyTypePair() public méthode

public RemovePartyTypePair ( PartyTypePair partyTypePair ) : bool
partyTypePair BExIS.Dlm.Entities.Party.PartyTypePair
Résultat bool

UpdatePartyTypePair() public méthode

public UpdatePartyTypePair ( PartyTypePair entity ) : PartyTypePair
entity BExIS.Dlm.Entities.Party.PartyTypePair
Résultat BExIS.Dlm.Entities.Party.PartyTypePair