IdentifiableModel Class | |
Represents an object with an ID.
Inheritance Hierarchy SystemObject 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
Syntax public 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.
|
TopMethods
| 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.) |
TopSee Also Inheritance Hierarchy