Skip to main content
A newer version of this page is available. .

NotClonedInfoAttribute(String) Constructor

Initializes a new instance of the NotClonedInfoAttribute class with the specified NotClonedInfoAttribute.MemberName property’s value.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public NotClonedInfoAttribute(
    string memberName
)

Parameters

Name Type Description
memberName String

A string holding the name of the target business class’ property whose value cannot be cloned. This parameter value is assigned to the NotClonedInfoAttribute.MemberName property.

See Also