Show / Hide Table of Contents

Class Zustaendigkeit

Enthält die zeitliche Zuordnung eines Ansprechpartners zu Abteilungen und Zuständigkeiten.

Inheritance
System.Object
COM
Zustaendigkeit
Inherited Members
COM.UserProperties
COM.Equals(Object)
COM.Equals(COM)
COM.GetHashCode()
COM.IsValid()
COM.Guid
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class Zustaendigkeit : COM

Properties

| Improve this Doc View Source

Abteilung

Abteilung, in der der Ansprechpartner tätig ist

Declaration
public string Abteilung { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Jobtitel

Berufliche Rolle des Ansprechpartners

Declaration
public string Jobtitel { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Themengebiet

Hier kann eine thematische Zuordnung des APs angegeben werden. Details Themengebiet

Declaration
public string Themengebiet { get; set; }
Property Value
Type Description
System.String

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX