CardViewParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adaptive Card Extension Card View Parameters.
public class CardViewParameters
type CardViewParameters = class
Public Class CardViewParameters
- Inheritance
-
CardViewParameters
Constructors
CardViewParameters() |
Initializes a new instance of the CardViewParameters class. |
Properties
Body |
Gets or sets card view body area components. |
CardBar |
Gets or sets card view title area (card bar) components. |
CardViewType |
Gets or sets card view type. |
Footer |
Gets or sets card footer area components. |
Header |
Gets or sets card view header area components. |
Image |
Gets or sets image displayed on the card. |
Methods
BasicCardViewParameters(CardBarComponent, CardTextComponent, IList<BaseCardComponent>) |
Helper method to create a Basic Text Card View. |
ImageCardViewParameters(CardBarComponent, CardTextComponent, IList<BaseCardComponent>, CardImage) |
Helper method to create an Image Card View. |
PrimaryTextCardViewParameters(CardBarComponent, CardTextComponent, CardTextComponent, IList<BaseCardComponent>) |
Helper method to create a Primary Text Card View. |
SearchCardViewParameters(CardBarComponent, CardTextComponent, CardSearchBoxComponent, CardSearchFooterComponent) |
Helper method to create a Search Card View. |
SignInCardViewParameters(CardBarComponent, CardTextComponent, CardTextComponent, CardButtonComponent) |
Helper method to create a Sign In Card View. |
TextInputCardViewParameters(CardBarComponent, CardTextComponent, CardTextInputComponent, IList<CardButtonComponent>, CardImage) |
Helper method to create a Text Input Card View. |