SPItemKey Members
Include Protected Members
Include Inherited Members
Encapsulates information that identifies a list item.
The SPItemKey type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPItemKey() | Initializes a new instance of the SPItemKey class. | |
SPItemKey(Int32) | Initializes a new instance of the SPItemKey class and specifies a value for the Id property. | |
SPItemKey(String) | Initializes a new instance of the SPItemKey class and specifies a value for the Key property. |
Top
Properties
Name | Description | |
---|---|---|
Empty | Gets a SPItemKey object that is created with the default SPItemKey() constructor and does not identify a list item. | |
Id | Gets or sets an integer that identifies a list item. | |
Key | Gets or sets a key that identifies a list item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current SPItemKey object. (Overrides Object.Equals(Object).) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Returns the hash code for this SPItemKey object. (Overrides Object.GetHashCode().) | |
GetType | (Inherited from Object.) | |
IsEmpty | Checks if the specified SPItemKey object is empty. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of the current SPItemKey. (Overrides Object.ToString().) |
Top
Operators
Name | Description | |
---|---|---|
Equality(SPItemKey, SPItemKey) | Determines whether two specified SPItemKey objects are equal. | |
Equality(SPItemKey, Object) | Determines whether the specified Object is equal to the specified SPItemKey. | |
Inequality(SPItemKey, SPItemKey) | Determines whether the two specified SPItemKey objects are unequal. | |
Inequality(SPItemKey, Object) | Determines whether the specified Object is not equal to the specified SPItemKey. |
Top