Class Notiz
Eine Notiz enthält beliebige, unstrukturierte Zusatzinformationen
Inherited Members
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class Notiz : COM
Properties
| Improve this Doc View SourceAutor
Person oder System, das die Notiz angelegt hat.
Declaration
public string Autor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Inhalt
Inhalt der Notiz (Freitext)
Declaration
public string Inhalt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Zeitpunkt
Zeitpunkt zu dem die Notiz angelegt wurde
Declaration
public DateTime Zeitpunkt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Methods
| Improve this Doc View SourceCleanUpSapNotes(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 |