Click or drag to resize

CopyRule Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelCopyRule

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class CopyRule : IObjectWithId, IObjectWithDataVersion, 
	ICloneable, IObjectWithGuid

The CopyRule type exposes the following members.

Constructors
  NameDescription
Public methodCopyRule
Top
Properties
  NameDescription
Public propertyAddToPropertyId
Angiver en reference property. Hvis angivet tilføjes fra-objektet til denne property på til-objektet. Anvendes til master data mgmt scenariet: Når f.eks. et ændrings-objekt for en user kopieres tilbage til masterobjektet (useren), kan man oprette en reference til ændringsobjektet på masterobjektet (useren). Dermed kan man senere se de ændringer der er foretaget til useren.
Public propertyChangedBy
Public propertyChangeTime
Public propertyCopyFiles
Public propertyCreatedBy
Public propertyCreateTime
Public propertyDataVersion
Public propertyFields
Public propertyFromTypeId
Public propertyId
Public propertyName
Public propertyToTypeId
Public propertyUId
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
Explicit Interface Implementations
See Also