Table of Contents

Class IdentifiableModel

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents an object with an ID.

public abstract class IdentifiableModel
Inheritance
IdentifiableModel
Derived
Inherited Members

Properties

Id

Gets the Id.

public virtual long? Id { get; set; }

Property Value

long?

the Id

Methods

Equals(object)

Check if the given object equals to this object.

public override bool Equals(object @object)

Parameters

object object

the object to compare

Returns

bool

true if given object equals to this object, false otherwise

GetHashCode()

Return the hash Code of this object.

public override int GetHashCode()

Returns

int

the hash Code