Skip to main content
.NET 6.0+

OidInitializationMode Enum

Contains values specifying when a new GUID value is assigned to the BaseObject.Oid property.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

public enum OidInitializationMode

Members

Name Description
AfterConstruction

Specifies that a new GUID value is assigned to the BaseObject.Oid property in the AfterConstruction method override.

OnSaving

Specifies that a new GUID value is assigned to the BaseObject.Oid property in the OnSaving method override.

Remarks

These enumeration values are used to set the BaseObject.OidInitializationMode property.

See Also