Initializes a new instance of the WopDtoAttribute class.
Initializes a new instance of the WopDtoAttribute class.
public WopDtoAttribute();
Initializes a new instance of the WopDtoAttribute class with the full class name of the DTO class generated for the class this attribute is bound to.
public WopDtoAttribute(string);
Initializes a new instance of the WopDtoAttribute class using the namespace and the class name of the DTO class generated for the class this attribute is bound to.
public WopDtoAttribute(string,string);
WopDtoAttribute Class | TechTalk.Genome.Wop Namespace