'
Show / Hide Table of Contents

Class CopyRestrictionModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

Description

Type: String. Maximum length: 255. The description of the restriction.

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

DesignRestrictionID

Type: Guid. The ID if the restriction.

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

IsLive

Type: Boolean. Indicates if the restriction is available for use.

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

Name

Type: String. Maximum length: 255. The name of the restriction.

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