Classe ValidValue
Represents a valid value for an extension setting or report parameter.
Hierarquia de herança
System. . :: . .Object
ReportService2010..::..ValidValue
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ValidValue
'Uso
Dim instance As ValidValue
[SerializableAttribute]
public class ValidValue
[SerializableAttribute]
public ref class ValidValue
[<SerializableAttribute>]
type ValidValue = class end
public class ValidValue
O tipo ValidValue expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Label | Gets or sets the label for the value. | |
Value | Gets or sets a valid value for the setting. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Use ValidValue class together with the ValidValues property of the ExtensionParameter class and the ValidValues property of the ItemParameter class.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.