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