Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class TableMessage

    Represents a message associated with a table, implementing the ITableMessage interface.

    Inheritance
    object
    TableMessage
    Implements
    ITableMessage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.Table
    Assembly: Innovt.Cloud.dll
    Syntax
    public class TableMessage : ITableMessage

    Constructors

    | Edit this page View Source

    TableMessage()

    Default constructor for TableMessage.

    Declaration
    public TableMessage()
    | Edit this page View Source

    TableMessage(string)

    Constructor for TableMessage with an identifier.

    Declaration
    public TableMessage(string id)
    Parameters
    Type Name Description
    string id

    The unique identifier for the message.

    | Edit this page View Source

    TableMessage(string, string)

    Constructor for TableMessage with an identifier and a range key.

    Declaration
    public TableMessage(string id, string rangeKey)
    Parameters
    Type Name Description
    string id

    The unique identifier for the message.

    string rangeKey

    The range key for the message.

    Properties

    | Edit this page View Source

    Id

    Gets or sets the unique identifier for the message.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    RangeKey

    Gets or sets the range key associated with the message.

    Declaration
    public string RangeKey { get; set; }
    Property Value
    Type Description
    string

    Implements

    ITableMessage

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX