GraphAttachmentId Class
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
Represents Graph attachment ID.
Syntax
public class GraphAttachmentId : IEquatable<GraphAttachmentId>
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
| GraphAttachmentId(String) | Initializes a new instance of the GraphAttachmentId class. |
Methods
| Name | Description |
|---|---|
| Equals(GraphAttachmentId) | Determines whether the specified Graph ID is equal to this Graph ID. |
| Equals(Object) | Determines whether the specified |
| GetHashCode() | Gets a hash code of this object. |
| ToString() | Returns a string representation of this object. |
Operators
| Name | Description |
|---|---|
| Implicit(GraphAttachmentId to String) | Converts an GraphAttachmentId to a String. |
| Implicit(String to GraphAttachmentId) | Converts a String to an GraphAttachmentId. |