AtomsFramework Persistence Layer Reference Guide

ClassMap.IsModifyOnly Property

[This is preliminary documentation and subject to change.]

Indicates whether the class is marked as a Modify Only class.

[Visual Basic]
Public Property IsModifyOnly As Boolean
[C#]
public bool IsModifyOnly {get; set;}

Property Value

Boolean indicating the classes Modify Only status

Remarks

This value is set by the framework when the XML mapping file is processed and should not be changed by the application.

See Also

ClassMap Class | AtomsFramework Namespace