Show / Hide Table of Contents

Class Zeitraum

Diese Komponente wird zur Abbildung von Zeiträumen in Form von Dauern oder der Angabe von Start und Ende verwendet.

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

Properties

| Improve this Doc View Source

Dauer

Gibt die Anzahl der Zeiteinheiten an, z.B. 3 (Monate).

Declaration
public decimal? Dauer { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

Einheit

Die Einheit in der die Dauer angeben ist. Z.B. Monate. Zeiteinheit

Declaration
public Zeiteinheit? Einheit { get; set; }
Property Value
Type Description
System.Nullable<Zeiteinheit>
| Improve this Doc View Source

Enddatum

Gibt Tag und Uhrzeit (falls vorhanden) an, wann der Zeitraum endet.

Declaration
public DateTime? Enddatum { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

Startdatum

Gibt Tag und Uhrzeit (falls vorhanden) an, wann der Zeitraum startet.

Declaration
public DateTime? Startdatum { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

Methods

| Improve this Doc View Source

FillNullValues(StreamingContext)

sets Dauer and Einheit iff Startdatum and Enddatum are given.

Declaration
public void FillNullValues(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