C# 클래스 BExIS.Dlm.Services.Party.PartyRelationshipTypeManager

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
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