Click or drag to resize

UserSaveOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelUserSaveOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class UserSaveOptions

The UserSaveOptions type exposes the following members.

Constructors
  NameDescription
Public methodUserSaveOptions
Top
Properties
  NameDescription
Public propertyOverrideSecurity
Public propertyPersonalGroupUId
PersonalGroupUId is only used when saving a new user. If specified the UId will be transferred to the personal user group being created while creating the new user. PersonalGroupUId is used by the configuration change logic.
Public propertySkipEvents
If set events will not be fired when saving the user data object
Public propertySkipImmutabilityUniquenessAndRequiredConstraints
Set to true to skip check for required values, immutabable properties and unique constraints
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also