C# Класс BExIS.Dlm.Services.Party.PartyRelationshipTypeManager

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

AddPartyTypePair() публичный Метод

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
Результат BExIS.Dlm.Entities.Party.PartyTypePair

Create() публичный Метод

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
Результат BExIS.Dlm.Entities.Party.PartyRelationshipType

Delete() публичный Метод

public Delete ( IEnumerable entities ) : bool
entities IEnumerable
Результат bool

Delete() публичный Метод

public Delete ( PartyRelationshipType partyRelationType ) : bool
partyRelationType BExIS.Dlm.Entities.Party.PartyRelationshipType
Результат bool

PartyRelationshipTypeManager() публичный Метод

public PartyRelationshipTypeManager ( ) : System
Результат System

RemovePartyTypePair() публичный Метод

public RemovePartyTypePair ( IEnumerable entities ) : bool
entities IEnumerable
Результат bool

RemovePartyTypePair() публичный Метод

public RemovePartyTypePair ( PartyTypePair partyTypePair ) : bool
partyTypePair BExIS.Dlm.Entities.Party.PartyTypePair
Результат bool

UpdatePartyTypePair() публичный Метод

public UpdatePartyTypePair ( PartyTypePair entity ) : PartyTypePair
entity BExIS.Dlm.Entities.Party.PartyTypePair
Результат BExIS.Dlm.Entities.Party.PartyTypePair