Show / Hide Table of Contents

Class Notiz

Eine Notiz enthält beliebige, unstrukturierte Zusatzinformationen

Inheritance
System.Object
COM
Notiz
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 Notiz : COM

Properties

| Improve this Doc View Source

Autor

Person oder System, das die Notiz angelegt hat.

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

Inhalt

Inhalt der Notiz (Freitext)

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

Zeitpunkt

Zeitpunkt zu dem die Notiz angelegt wurde

Declaration
public DateTime Zeitpunkt { get; set; }
Property Value
Type Description
DateTime

Methods

| Improve this Doc View Source

CleanUpSapNotes(StreamingContext)

method remove trailing minuses ('----') from notiz content. Those are artefact from SAPs internal note structure

Declaration
public void CleanUpSapNotes(StreamingContext context)
Parameters
Type Name Description
StreamingContext context

Extension Methods

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