/// <summary> /// Initializes a new instance of the <see cref="Read" /> class. /// Initializes a new instance of the <see cref="Read" />class. /// </summary> /// <param name="Allow">Allow.</param> /// <param name="Deny">Deny.</param> public Read(Allow Allow = null, Deny Deny = null) { this.Allow = Allow; this.Deny = Deny; }
/// <summary> /// Initializes a new instance of the <see cref="Write" /> class. /// Initializes a new instance of the <see cref="Write" />class. /// </summary> /// <param name="Allow">Allow.</param> /// <param name="Deny">Deny.</param> public Write(Allow Allow = null, Deny Deny = null) { this.Allow = Allow; this.Deny = Deny; }