Class MediaTypeGroupModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Code
Type: string. Maximum length: 16 characters.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CompanyID
Type: Guid
Declaration
public Guid CompanyID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Description
Type: string. Maximum length: 255 characters.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCommodity
Type: bool.
Declaration
public bool IsCommodity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDigital
Type: bool.
Declaration
public bool IsDigital { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLive
Type: bool.
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MediaTypeCategoryID
Type: Guid
Declaration
public Guid MediaTypeCategoryID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
MediaTypeGroupID
Type: Guid
Declaration
public Guid MediaTypeGroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Type: string. Maximum length: 255 characters.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |