Exemplo n.º 1
0
 /// <summary>
 /// Creates a new TargetItem collection with the specified aguments.
 /// </summary>
 /// <param name="anyItem">Whether the target item is defined for any item</param>
 /// <param name="items">The taregt items.</param>
 /// <param name="schemaVersion">The version of the schema that was used to validate.</param>
 protected TargetItemsBase(bool anyItem, TargetItemCollection items, XacmlVersion schemaVersion)
     : base(anyItem, items, schemaVersion)
 {
 }
Exemplo n.º 2
0
		/// <summary>
		/// Creates a new TargetItem collection with the specified aguments.
		/// </summary>
		/// <param name="anyItem">Whether the target item is defined for any item</param>
		/// <param name="items">The taregt items.</param>
		/// <param name="schemaVersion">The version of the schema that was used to validate.</param>
		protected TargetItemsBase(bool anyItem, TargetItemCollection items, XacmlVersion schemaVersion)
			: base(anyItem, items, schemaVersion)
		{
		}