Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.51 KB

File metadata and controls

32 lines (21 loc) · 1.51 KB

ISerializationRule Interface

Index > ExpressionPowerTools.Serialization > ExpressionPowerTools.Serialization.Signatures > ISerializationRule

Represents a rule to allow or disallow a serialization.

public interface ISerializationRule

Derived SerializationRule

Remarks

The default for all methods is to not allow. The default configuration adds a set of rules for basic query functionality including Enumerable and Queryable . An allow allows the full hierarchy of types. A disallow prohibits the full hierarchy. These can then be overridden.

Properties

Property Type Description
Allow Boolean Gets a value indicating whether the rule is an allow.
TargetKey String Gets the unique key for the rule.

Generated Copyright Version
02/22/2021 21:59:57 (c) Copyright 2020 Jeremy Likness. 0.9.7-beta