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