This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ArticlePhygitalWithParent | |
| { | |
| ArticlePhygitalBase Parent { get; set; } | |
| decimal? AvisNote { get; set; } | |
| bool EstEnPromo { get; set; } | |
| decimal? PctRemise { get; set; } | |
| Guid[] AllTags { get; set; } | |
| string UrlExterne { get; set; } | |
| string IntermediateImage { get; set; } | |
| string Marque { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ArticlePhygitalDetail | |
| { | |
| CPointSoftware.Equihira.Extensibility.PointOfSale.DigitalSignage.ArticleReference[] AutresReferences { get; set; } | |
| EmplacementMagasin EmplacementStockMagasin { get; set; } | |
| CPointSoftware.Equihira.Extensibility.PointOfSale.DigitalSignage.ArticlePhygitalLot[] Lots { get; set; } | |
| ArticlePhygitalDimensions Dimensions { get; set; } | |
| CPointSoftware.Equihira.Extensibility.PointOfSale.DigitalSignage.ArticlePhygitalTaxe[] Taxes { get; set; } | |
| ArticlePhygitalBase Parent { get; set; } | |
| CPointSoftware.Equihira.Extensibility.PointOfSale.DigitalSignage.ArticleDispoDigiSign[] Disponibilites { get; set; } | |
| ArticlePhygitalVersion[] Instances { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ArticlePhygitalVersion | |
| { | |
| Dictionary<System.String,System.String> Attributs { get; set; } | |
| Dictionary<System.String,System.String> AttributsPrives { get; set; } | |
| int Importance { get; set; } | |
| decimal? AvisNote { get; set; } | |
| bool EstEnPromo { get; set; } | |
| decimal? PctRemise { get; set; } | |
| Guid[] AllTags { get; set; } | |
| string UrlExterne { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class CatalogueConfig | |
| { | |
| string SiteName { get; set; } | |
| CreoIgnem.Phygital.Tools.FacetValueData[] Categories { get; set; } | |
| CreoIgnem.Phygital.Tools.FacetData[] Facets { get; set; } | |
| CreoIgnem.Phygital.Tools.AttributeData[] Attributes { get; set; } | |
| Dictionary<System.String,System.String> Options { get; set; } | |
| CreoIgnem.Phygital.Tools.SortData[] SortCriteria { get; set; } | |
| CreoIgnem.Phygital.Tools.LanguageData[] Languages { get; set; } | |
| CreoIgnem.Phygital.Tools.TagDescriptionData[] Tags { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class FacetData | |
| { | |
| string Name { get; set; } | |
| string Groupe { get; set; } | |
| string Id { get; set; } | |
| bool IsArborescent { get; set; } | |
| FacetKind Kind { get; set; } | |
| CreoIgnem.Phygital.Tools.FacetValueData[] Values { get; set; } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class SimplementEResultat | |
| { | |
| ContexteRechercheValeur Recherche { get; set; } | |
| CritereRechercheArticle[] Criteres { get; set; } | |
| string UrlRedirectionObligatoire { get; set; } | |
| SimplementEResultatHint[] Suggestions { get; set; } | |
| ArticlePhygitalBase[] Articles { get; set; } | |
| int NombreTotalArticles { get; set; } | |
| int IndexDebutRecherche { get; set; } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Panier | |
| { | |
| LignePanier[] Lignes { get; set; } | |
| LignePanier FraisPort { get; set; } | |
| LignePanier[] Avantages { get; set; } | |
| bool EstValidable { get; set; } | |
| bool DemandeFraisPort { get; set; } | |
| string DestinationPrevueCodePostal { get; set; } | |
| string DestinationPrevueCodePays { get; set; } | |
| ErreurPanier ErreurPanier { get; set; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class SuppressionMarqueEventData | |
| { | |
| int MarPk { get; set; } | |
| string Libelle { get; set; } | |
| string Code { get; set; } | |
| bool EstInterne { get; set; } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ModificationMarqueEventData | |
| { | |
| int MarPk { get; set; } | |
| string Libelle { get; set; } | |
| string Code { get; set; } | |
| bool EstInterne { get; set; } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class CreationMarqueEventData | |
| { | |
| int MarPk { get; set; } | |
| string Libelle { get; set; } | |
| string Code { get; set; } | |
| bool EstInterne { get; set; } | |
| } |