Click or drag to resize

NetForumId Methods

The NetForumId type exposes the following members.

Methods
 NameDescription
Public methodCompareTo 
Public methodEquals(NetForumId) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodStatic memberNew Initializes a new globally unique NetForumId, appropriate to use as the primary key for any given entity
Public methodToSqlQuotedString Returns a string version of the NetForumId, quoted for use in SQL queries
Public methodToString Converts the NetForumId to a string
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodSafeToString Converts a null reference or an instance of a NetForumId to a string. Null references will be converted to empty strings.
(Defined by NetForumIdExtensions)
Public Extension MethodToGuid Converts an instance of a NetForumId to a Guid. Null references will result in an exception.
(Defined by NetForumIdExtensions)
Public Extension MethodToNullableGuid Converts a null reference or an instance of a NetForumId to a Guid?.
(Defined by NetForumIdExtensions)
Top
See Also