SafeToPrepareAttribute Members
Include Protected Members
Include Inherited Members
Marks the methods in the assembly that are safe to run with the ExecuteForPrepare property set to true.
The SafeToPrepareAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SafeToPrepareAttribute(Boolean) | Initializes a new instance of the SafeToPrepareAttribute class. |
Top
Methods
Name | Description | |
---|---|---|
{dtor}() | Releases all resources used by the SafeToPrepareAttribute. | |
Equals(Object) | (Inherited from Attribute.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Attribute.) | |
GetType() | (Inherited from Object.) | |
IsDefaultAttribute() | (Inherited from Attribute.) | |
Match(Object) | (Inherited from Attribute.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsSafeToPrepare | Gets a value that indicates whether the associated method is safe to run with the ExecuteForPrepare property set to true. | |
TypeId | (Inherited from Attribute.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) | |
_Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Top