Espacio de nombres: CodiumSDK.CPL.HTMLTags
Ensamblado: CodiumSDK.dll

Class that represent a “progress” tag. The progress tag represents the completion progress of a task.
C#
public class Progress : CodiumSDK.CPL.HTMLTagBase

Métodos

NombreDescripción
GetAttribute(name)Get Attribute

Constructores

NombreDescripción
Progress()Progress
Progress(program, max, value, innerHTML, style, className, id, title)Constructor for progress

GetAttribute(name)

Get Attribute
C#
public CodiumSDK.CPL.HTMLAttribute GetAttribute(System.String name);

Regresa

CodiumSDK.CPL.HTMLAttribute

Parámetros

NombreTipoDescripción
nameSystem.StringName of the Atrribute

Progress()

Progress
C#
public Progress();

Progress(program, max, value, innerHTML, style, className, id, title)

Constructor for progress
C#
public Progress(CodiumSDK.CPL.ProgramDefinition program, System.Int32 max, System.Int32 value, System.String innerHTML, System.String style, System.String className, System.String id, System.String title);

Parámetros

NombreTipoDescripción
programCodiumSDK.CPL.ProgramDefinitionProgram Definition
maxSystem.Int32Specifies how much work the task requires in total. Default value is 1
valueSystem.Int32Specifies how much of the task has been completed
innerHTMLSystem.StringInner HTML
styleSystem.StringSpecifies an inline CSS style for an element
classNameSystem.StringSpecifies one or more classnames for an element (refers to a class in a style sheet)
idSystem.StringSpecifies a unique id for an element
titleSystem.StringSpecifies extra information about an element