Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Models.ObjectSupport.CopyData Method

Copies properties from one object to another.

Class: YetaWF.Core.Models.ObjectSupport
Namespace: YetaWF.Core.Models
Assembly: YetaWF.Core

Syntax

public static void CopyData(
    object fromObject,
    object toObject,
    bool ReadOnly = false,
    bool ForceReadOnlyFromCopy = false );

Parameters

fromObject

(not specified)

toObject

(not specified)

ReadOnly

(not specified)

ForceReadOnlyFromCopy

(not specified)

See Also YetaWF.Core.Models.ObjectSupport ClassYetaWF.Core Overview