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