Search Results for

    Show / Hide Table of Contents

    Class AdaptiveCardExtension

    Abstract class representing ACE

    Inheritance
    object
    AdaptiveCardExtension
    AdaptiveCardExtension<T>
    AssignedTasksACE
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class AdaptiveCardExtension

    Constructors

    AdaptiveCardExtension(CardSize)

    Default constructor

    Declaration
    public AdaptiveCardExtension(CardSize cardSize = CardSize.Medium)
    Parameters
    CardSize cardSize

    Properties

    ACEType

    Type of this ACE

    Declaration
    [JsonIgnore]
    public DefaultACE ACEType { get; }
    Property Value
    DefaultACE

    CardSize

    Size of the ACE

    Declaration
    [JsonPropertyName("cardSize")]
    public CardSize CardSize { get; set; }
    Property Value
    CardSize

    Description

    Gets or sets JsonProperty "description"

    Declaration
    [JsonPropertyName("description")]
    public string Description { get; set; }
    Property Value
    string

    IconProperty

    Icon used by the ACE

    Declaration
    [JsonPropertyName("iconProperty")]
    public string IconProperty { get; set; }
    Property Value
    string

    Id

    Gets or sets JsonProperty "id"

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    string

    InstanceId

    Gets or sets JsonProperty "instanceId"

    Declaration
    [JsonPropertyName("instanceId")]
    public Guid InstanceId { get; }
    Property Value
    Guid

    JsonProperties

    Json properties of the ACE once added to a dashboard

    Declaration
    [JsonIgnore]
    public JsonElement JsonProperties { get; }
    Property Value
    JsonElement

    Order

    Order of this ACE inside the dashboard

    Declaration
    [JsonIgnore]
    public int Order { get; }
    Property Value
    int

    Properties

    Typed properties of the ACE

    Declaration
    public virtual object Properties { get; set; }
    Property Value
    object

    Title

    Gets or sets JsonProperty "title"

    Declaration
    [JsonPropertyName("title")]
    public string Title { get; set; }
    Property Value
    string

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer