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 | |
---|---|---|
ResourceAssociationSet | Initializes a new instance of the ResourceAssociationSet class. |
Top
Properties
Name | Description | |
---|---|---|
CustomState | Gets or sets the custom state information about the resource association. | |
End1 | Gets the source end of the association set. | |
End2 | Gets the target end of the association set. | |
Name | Gets the name of the association set. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.