Group Members

Include Protected Members
Include Inherited Members

Defines a group of attributes to be used in a UserDefinedGroupBinding binding. This class cannot be inherited.

The Group type exposes the following members.

Constructors

  Name Description
Public method Group() Initializes a new instance of Group using the default values.

Top

Methods

  Name Description
Public method Clone() Returns a full copy of current Group object.
Public method CopyTo(Group) Copies the current Group object into the object that is passed as a parameter.
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Members Gets a collection of strings with all group members.
Public property Name Gets or sets group name.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone()

Top