Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SecurityOperations Members

In This Article
Declares string constants specifying security operation names and their delimiters.

#Fields

Name Description
Create Gets the “Create” operation name. This operation is applied to type permissions only. To check the permission to add an object to a nested collection, use “Write” instead.
CRUDAccess Gets the semicolon-separated list of “Create”, “Read”, “Write”, and “Delete” operation names.
Delete Gets the “Delete” operation name. This operation is applied to type permissions only. To check the permission to remove an object from a nested collection, use “Write” instead.
Delimiter Gets the “;” delimiter used in security operation lists.
FullAccess Gets the semicolon-separated list of “Create”, “Read”, “Write”, “Delete” and “Navigate” operation names.
FullObjectAccess Gets the semicolon-separated list of “Read”, “Write”, “Delete” and “Navigate” operation names.
Navigate Gets the “Navigate” security operation name. “Navigate” does not imply the permission to “Read”.
Read Gets the “Read” security operation name.
ReadOnlyAccess Gets the semicolon-separated list of “Read” and “Navigate” operation names.
ReadWriteAccess Gets the semicolon-separated list of “Read” and “Write” operation names.
Write Gets the “Write” operation name. When this operation is requested for a collection property, it implies adding or removing collection objects and does not mean object modifications.

#Methods
Show Inherited Hide Inherited

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also