ConnectionId Structure Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This class is used for sql connection identification

Namespace: ContentStudio
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[SerializableAttribute]
public struct ConnectionId : IConvertible, 
	IEquatable<ConnectionId>

The ConnectionId type exposes the following members.

Properties

  NameDescription
Public propertyId
Gets or sets the id.
Top
Methods

  NameDescription
Public methodEquals(Int32)
Compares the value of this instance to a specific Int32.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current ConnectionId.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(ConnectionId)
Compares this instance to another ConnectionId.
Public methodStatic memberFromInt16
Creates a new ConnectionId from a Int16 value.
Public methodStatic memberFromInt32
Creates a new ConnectionId from a Int32 value.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToInt16
Gets this instance as an Int16 value.
Public methodToInt32
Gets this instance as an Int32 value.
Public methodToString
Returns a String that represents the current Object.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Converts the value of this instance to an equivalent String using the specified culture-specific formatting information.
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Returns an indication whether the value of a ConnectionId is equal to a specified Int32.
Public operatorStatic memberGreaterThan
Returns an indication whether the value of a ConnectionId is greater than a specified Int32.
Public operatorStatic member(Int16 to ConnectionId)
Performs an implicit conversion from Int16 to ConnectionId.
Public operatorStatic member(Int32 to ConnectionId)
Performs an implicit conversion from Int32 to ConnectionId.
Public operatorStatic member(ConnectionId to Int16)
Performs an implicit conversion from ConnectionId to Int16.
Public operatorStatic member(ConnectionId to Int32)
Performs an implicit conversion from ConnectionId to Int32.
Public operatorStatic memberInequality
Returns an indication whether the value of a ConnectionId is inequal to a specified Int32.
Public operatorStatic memberLessThan
Returns an indication whether the value of a ConnectionId is less than a specified Int32.
Top
Fields

  NameDescription
Public fieldStatic memberMaxValue
Represents the largest value of a ConnectionId. This field is constant and has the value 32767.
Public fieldStatic memberMinValue
Represents the smallest value of a ConnectionId. This field is constant and has the value 1.
Public fieldStatic memberZero
Represents the initial value of a ConnectionId. This constant value is 0.
Top
See Also

Reference