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
"Criteres": [ | |
{ | |
"Libelle": "SousSegmentation", | |
"Code": "seg_pk", | |
"CodeInterne": "seg_pk", | |
"AutoriseMultiValeur": false, | |
"TypeCritere": 1, | |
"ValeursEnumerees": | |
[ |
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 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 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 String | |
{ | |
Char Chars { get; } | |
int Length { get; } | |
} |
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 WishlistDetails | |
{ | |
Guid Guid { get; set; } | |
string Libelle { get; set; } | |
CPointSoftware.ECommerce.Tools.NUIProviderModule+NuiWishlistHandler+WishlistLigne[] Lignes { 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 WishlistDetails | |
{ | |
Guid Guid { get; set; } | |
string Libelle { get; set; } | |
CPointSoftware.ECommerce.Tools.NUIProviderModule+NuiWishlistHandler+WishlistLigne[] Lignes { get; set; } | |
} | |
class WishlistLigne | |
{ | |
Guid Guid { 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; } | |
} |
NewerOlder