ResourceAssociationSet Class

Represents an association between two resource sets.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ResourceAssociationSet

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public NotInheritable Class ResourceAssociationSet
'Usage
Dim instance As ResourceAssociationSet
public sealed class ResourceAssociationSet
public ref class ResourceAssociationSet sealed
[<SealedAttribute>]
type ResourceAssociationSet =  class end
public final class ResourceAssociationSet

The ResourceAssociationSet type exposes the following members.

Constructors

  Name Description
Public method ResourceAssociationSet Initializes a new instance of the ResourceAssociationSet class.

Top

Properties

  Name Description
Public property CustomState Gets or sets the custom state information about the resource association.
Public property End1 Gets the source end of the association set.
Public property End2 Gets the target end of the association set.
Public property Name Gets the name of the association set.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace