Class SalesMarketModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Code
Type: string. Maximum length: 16
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DailyGRP
Optional. Type: int
Declaration
public int? DailyGRP { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsLive
Type: bool
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: string. Maximum length: 255
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OfficeID
Optional. Type: Guid
Declaration
public Guid? OfficeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Population
Optional. Type: int
Declaration
public int? Population { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SalesMarketID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid SalesMarketID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TotalCirculation
Optional. Type: int
Declaration
public int? TotalCirculation { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |