DataMethodAttribute Class
The attribute that identifies a method as a data method.
Namespace: Microsoft.Dynamics.Framework.Reports
Assembly: Microsoft.Dynamics.Framework.Reports (in Microsoft.Dynamics.Framework.Reports.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := False, Inherited := False)> _
Public NotInheritable Class DataMethodAttribute _
Inherits Attribute
'Usage
Dim instance As DataMethodAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class DataMethodAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = false, Inherited = false)]
public ref class DataMethodAttribute sealed : public Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.Dynamics.Framework.Reports.DataMethodAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.