Skip to main content
A newer version of this page is available. .
All docs
V21.1
.NET Framework 4.5.2+

PersistentBase Fields

Serves as a base for classes that represent persistent objects.
Name Description
DisableSmartCreateAssociationListStrategy static Controls how the XPCustomMemberInfo.GetValue method creates a collection object when the XPCustomMemberInfo.MemberType property is set to typeof(XPCollection<T>) or typeof(IList<T>).
UseUnsafeCreateCollectionStrategy static Specifies whether the return value type of the XPCustomMemberInfo.GetValue method can be different than the XPCustomMemberInfo.MemberType property value.
See Also