Class HasDTOAttribute
Attribute to adorn classes that have DataTransferObject (DTO) proxies.
Inherited Members
Namespace: Quantellia.WMServer.Base
Assembly: WMServer.dll
Syntax
public class HasDTOAttribute : Attribute
Constructors
HasDTOAttribute(Type)
Constructor for defining the name of the DTO class.
Declaration
public HasDTOAttribute(Type dtoType)
Parameters
Type | Name | Description |
---|---|---|
Type | dtoType |
Properties
DTOType
Name of the DTO classs
Declaration
public Type DTOType { get; }
Property Value
Type | Description |
---|---|
Type |