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

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.v19.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