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 ModeReglementProcess | |
| { | |
| Guid Guid { get; set; } | |
| string Libelle { get; set; } | |
| bool AvecDetails { get; set; } | |
| bool AvecCoupons { get; set; } | |
| string ModuleLocal { get; set; } | |
| string XmlData { get; set; } | |
| TypeReglement TypeReglement { 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 AvantageClient | |
| { | |
| Guid Guid { get; set; } | |
| string Reference { get; set; } | |
| bool EstUtilisable { get; set; } | |
| string Libelle { get; set; } | |
| string Conditions { get; set; } | |
| string LimitesArticles { get; set; } | |
| string Groupe { get; set; } | |
| bool EstUtilise { 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 MarketPlaceVendeur | |
| { | |
| } |
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 AnimationData | |
| { | |
| DateTime? TestDate { get; set; } | |
| HomePageSettings Home { get; set; } | |
| AdPanel[] HomePageAds { get; set; } | |
| AdPanel[] ScreenSaverAds { get; set; } | |
| AdPanel[] InteractiveCatalogs { get; set; } | |
| } | |
| class HomePageSettings |
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 OpeCatalogueBase | |
| { | |
| string Libelle { get; set; } | |
| Guid Guid { get; set; } | |
| string TypeOpe { get; set; } | |
| DateTime DateDebut { get; set; } | |
| DateTime DateFin { 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 OpeCatalogue | |
| { | |
| OpeCataloguePageCustom[] Pages { get; set; } | |
| AdPanel[] Publicites { get; set; } | |
| bool EstValide { get; set; } | |
| string Libelle { get; set; } | |
| Guid Guid { get; set; } | |
| string TypeOpe { get; set; } | |
| DateTime DateDebut { get; set; } | |
| DateTime DateFin { 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 CatalogSearchSuggestion | |
| { | |
| string Label { get; set; } | |
| SuggestionType Type { get; set; } | |
| string Id { get; set; } | |
| string ImageUrl { get; set; } | |
| decimal? PrixFinal { get; set; } | |
| decimal? PrixBarre { 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; } | |
| 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 CatalogueConfig | |
| { | |
| string SiteName { get; set; } | |
| FacetValueData[] Categories { get; set; } | |
| FacetData[] Facets { get; set; } | |
| AttributeData[] Attributes { get; set; } | |
| Dictionary<String,String> Options { get; set; } | |
| SortData[] SortCriteria { get; set; } | |
| LanguageData[] Languages { get; set; } | |
| 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 ArticlePhygitalDetail | |
| { | |
| ArticleReference[] AutresReferences { get; set; } | |
| EmplacementMagasin EmplacementStockMagasin { get; set; } | |
| ArticlePhygitalDimensions Dimensions { get; set; } | |
| ArticlePhygitalTaxe[] Taxes { get; set; } | |
| ArticlePhygitalBase Parent { get; set; } | |
| ArticleDispoDigiSign[] Disponibilites { get; set; } | |
| ArticlePhygitalVersion[] Instances { get; set; } | |
| String[] Documents { get; set; } |