Table of Contents

Interface IPropertyBagValue

Namespace
Xping.Sdk.Core.Common
Assembly
Xping.Sdk.Core.dll

IPropertyBagValue is an interface that specifies the common behavior of property bag values that are associated with test steps as outcomes. Two classes implement this interface: PropertyBagValue<TValue> and NonSerializable<TValue>. The former is a serializable value that implements ISerializable and can be serialized by compatible serializers. The latter is a non-serializable value that is ignored by the serialization process. Its main function is to store data during the PropertyBag<TValue> lifecycle and to transfer data among various objects that do not need this data to be serialized.

public interface IPropertyBagValue : IEquatable<IPropertyBagValue>
Inherited Members