Overload | Description |
---|---|
UASubscribeDataSetFilter Constructor() | Initializes a new instance of the class with default data. |
UASubscribeDataSetFilter Constructor(UAPublisherId) | Initializes a new instance of the class, specifying the publisher Id. |
UASubscribeDataSetFilter Constructor(UAWriterGroupDescriptor,UADataSetWriterDescriptor) | Initializes a new instance of the class, specifying the writer group descriptor, and dataset writer descriptor. |
UASubscribeDataSetFilter Constructor(UAPublisherId,UAWriterGroupDescriptor) | Initializes a new instance of the class, specifying the publisher Id, and writer group descriptor. |
UASubscribeDataSetFilter Constructor(UAPublisherId,UAWriterGroupDescriptor,UADataSetWriterDescriptor) | Initializes a new instance of the class, specifying the publisher Id, writer group descriptor, and dataset writer descriptor. |
UASubscribeDataSetFilter Constructor(UAPublisherId,UAWriterGroupDescriptor,UADataSetWriterDescriptor,Boolean,Boolean) | Initializes a new instance of the class, specifying the publisher Id, writer group descriptor, dataset writer descriptor, and flags determining whether to allow data or event messages. |
UASubscribeDataSetFilter Constructor(UAPublisherId,UAWriterGroupDescriptor,UADataSetWriterDescriptor,Boolean,Boolean,StringObjectDictionary) | Initializes a new instance of the class, specifying the publisher Id, writer group descriptor, dataset writer descriptor, flags determining whether to allow data or event messages, and required field value dictionary. |
UASubscribeDataSetFilter Constructor(UASubscribeDataSetFilter) | Initializes a new copy of the object. |