SchemaChangedEventArgs
Represents the arguments for events that were generated at the time of modifications to schemas.
Properties
Property | Description |
---|---|
EditorIdentity:Int32 | Supplies the Id of the user who made the change to the schema. |
SchemaIdentity:Int32 | Supplies the Id of the schema for which the event was generated. |
Methods
Method | Description |
---|---|
Equals(Object):Boolean | Determines whether the indicated object is identical to the current object. (Inherited by System.Object) |
GetHashCode():Int32 | Functions as the standard hash function. (Inherited by System.Object) |
GetType():Type | Calls the runtime type of the current instance. (Inherited by System.Object) |
ToString():String | Creates a string equivalent of the current exception and returns this. (Inherited by System.Object) |