Back to Devexpress

OidInitializationMode Enum

expressappframework-devexpress-dot-persistent-dot-baseimpl-ac3001bd.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Persistent.BaseImpl.Xpo

Declaration

csharp
public enum OidInitializationMode
vb
Public Enum OidInitializationMode

Members

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

|

The following properties accept/return OidInitializationMode values:

Remarks

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

See Also

DevExpress.Persistent.BaseImpl Namespace