IdentifiableModel Class |  |
Represents an object with an ID.
Inheritance HierarchySystemObject Smartsheet.Api.ModelsIdentifiableModel More...
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntaxpublic abstract class IdentifiableModel
Public MustInherit Class IdentifiableModel
public ref class IdentifiableModel abstract
[<AbstractClassAttribute>]
type IdentifiableModel = class end
The IdentifiableModel type exposes the following members.
Properties
| Name | Description |
---|
 | Id |
Gets the Id.
|
Top
Methods
| Name | Description |
---|
 | Equals |
Check if the given object equals to this object.
(Overrides ObjectEquals(Object).) |
 | GetHashCode |
Return the hash Code of this object.
(Overrides ObjectGetHashCode.) |
Top
See Also
Inheritance Hierarchy