Net |
The NetForumId type exposes the following members.
| Name | Description | |
|---|---|---|
| CompareTo | ||
| Equals(NetForumId) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| New | Initializes a new globally unique NetForumId, appropriate to use as the primary key for any given entity | |
| ToSqlQuotedString | Returns a string version of the NetForumId, quoted for use in SQL queries | |
| ToString |
Converts the NetForumId to a string
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| SafeToString |
Converts a null reference or an instance of a NetForumId to a string. Null references will be converted to empty strings.
(Defined by NetForumIdExtensions) | |
| ToGuid |
Converts an instance of a NetForumId to a Guid. Null references will result in an exception.
(Defined by NetForumIdExtensions) | |
| ToNullableGuid |
Converts a null reference or an instance of a NetForumId to a Guid?.
(Defined by NetForumIdExtensions) |