Class ResultAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class ResultAttribute : Attribute
- Inheritance
-
ResultAttribute
- Inherited Members
- Extension Methods
Constructors
ResultAttribute(Type, params ListProc[])
public ResultAttribute(Type resultType, params ListProc[] listProc)
Parameters
Fields
ListProcs
public readonly ListProc[] ListProcs
Field Value
- ListProc[]
ResultType
public readonly Type ResultType