InterfaceIAllowedTypesSupport
Interface
An interface used by classes, which support deserialization.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface IAllowedTypesSupport
Properties
AllowedTypes
Gets or sets the collection of types, which are safe for deserialization.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
ICollection<Type> AllowedTypes { get; set; }
Property Value