Class AssociationResponse
Inheritance
System.Object
AssociationResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Social.Groups.Rest.Contracts
Assembly: EPiServer.Social.Groups.Rest.Contracts.dll
Version: 1.5.4Syntax
public class AssociationResponse
Constructors
AssociationResponse()
Declaration
public AssociationResponse()
Properties
Extension
Gets or sets the extension data associated with the Association
Declaration
public ExtensionResponse Extension { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtensionResponse |
Group
Gets or sets the group of this Association.
Declaration
public string Group { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Gets or sets the identifier representing this Association.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Resource
Gets or sets the resource of this Association.
Declaration
public string Resource { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |