Enum AdoptMode
Gibt an, wie sich die Methoden Clone(AdoptMode) und AdoptValues(IDevFrameworkBaseObject, AdoptMode) verhalten.
Namespace: FrameworkSystems.FrameworkBase
Assembly: FrameworkSystems.FrameworkBase.dll
Syntax
[DocfxBrowsable]
[Flags]
public enum AdoptMode
Fields
Name | Description |
---|---|
Deep | (Wert = 0) Das Flag Flat ist nicht gesetzt. |
Default | (Wert = 0) Standard-Wert = Deep |
Flat | (Wert = 0x1) Es wird eine flache Kopie durch geführt. Ist dieses Flag nicht gesetzt, dann wird eine tiefe Kopie erzeugt, d.h. für alle eingebetteten Objekte wird eine Kopie erzeugt. |
NoHistory | (Wert = 0x2) Die Information IsHistorical wird nicht übertragen.
Bei neu erzeugten Kopien hat das Property den Wert |