Classe ValidValue
Represents a valid value for an extension setting or report parameter.
Gerarchia di ereditarietà
System.Object
ReportService2010.ValidValue
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ValidValue
'Utilizzo
Dim instance As ValidValue
[SerializableAttribute]
public class ValidValue
[SerializableAttribute]
public ref class ValidValue
[<SerializableAttribute>]
type ValidValue = class end
public class ValidValue
Nel tipo ValidValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ValidValue | Initializes a new instance of the ValidValue class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Label | Gets or sets the label for the value. | |
Value | Gets or sets a valid value for the setting. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use ValidValue class together with the ValidValues property of the ExtensionParameter class and the ValidValues property of the ItemParameter class.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.