EntitySet Class

Summary

Represents a set of entities to include in a PVCS project database task.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Types.PVCS
Base Types
  • DataTypeBase
graph BT Type-->Base0["DataTypeBase"] Type["EntitySet"] class Type type-node

Syntax

[Serializable]
[ElementName("entities")]
public sealed class EntitySet : DataTypeBase

Attributes

Type Description
SerializableAttribute
ElementName

Constructors

Name Summary
EntitySet() Constructs and initializes an instance of EntitySet.

Properties

Name Value Summary
Entities Entity[]
The entities to include in the project task.

See Also

  • NAnt.Contrib.Tasks.PVCS.PVCSMultipleEntityTask