Back to Devexpress

DelayedAttribute Constructors

xpo-devexpress-dot-xpo-dot-delayedattribute-dot-ctor.md

latest2.0 KB
Original Source

DelayedAttribute Constructors

Indicates that the property’s value should not be loaded when a persistent object is being loaded. The property will be loaded the first time it is accessed.

NameParametersDescription
DelayedAttribute()noneInitializes a new instance of the DelayedAttribute class.
DelayedAttribute(Boolean)updateModifiedOnlyInitializes a new instance of the DelayedAttribute class with a setting indicating whether all or only modified property values are sent for update to a data store.
DelayedAttribute(String, Boolean)fieldName, updateModifiedOnlyInitializes a new instance of the DelayedAttribute class with the specified settings.
DelayedAttribute(String, String, Boolean)fieldName, groupName, updateModifiedOnlyInitializes a new instance of the DelayedAttribute class with the specified settings.
DelayedAttribute(String, String)fieldName, groupNameInitializes a new instance of the DelayedAttribute class with the specified settings.
DelayedAttribute(String)fieldNameInitializes a new instance of the DelayedAttribute class with the name of the field which stores the delayed property’s value.

See Also

DelayedAttribute Class

DelayedAttribute Members

DevExpress.Xpo Namespace