'
Show / Hide Table of Contents

Class MediaTypeModel

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

Description

Type: string. Maximum length: 225 characters.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

IsLive

Type: bool

Declaration
public bool IsLive { get; set; }
Property Value
Type Description
System.Boolean

MediaTypeGroupID

Type: Guid

Declaration
public Guid MediaTypeGroupID { get; set; }
Property Value
Type Description
System.Guid

MediaTypeID

Type: Guid. Automatically generated upon creation.

Declaration
public Guid MediaTypeID { get; set; }
Property Value
Type Description
System.Guid

Name

Type: string. Maximum length: 225 characters.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX