PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class SecurityChangedEventArgs |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class SecurityChangedEventArgs |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
SecurityChangedEventArgs | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEventChangeType |
Gets the SecurityChangedEventType from the string.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetSecurityObject |
Gets the security object based on the database table name.
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
ChangeType |
Gets the
|
|
Keys |
Primary keys of the changed objects.
|
|
Object |
Gets the table name that was changed.
|
See Also
Smartsite.Security Namespace