Skip to main content
All docs
V23.2
.NET 6.0+

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