combit List & Label 29 - .NET Hilfe
combit.Reporting.Web.WindowsClientWebDesigner Namespace / WebDesignerExtensionClassInputValueFormat Auflistung


In diesem Thema
    WebDesignerExtensionClassInputValueFormat Auflistung
    In diesem Thema
    Defines the format of the value for the property or constructor parameter of WebDesignerExtensionClassInputsInfo.
    Syntax
    'Deklaration
     
    
    Public Enum WebDesignerExtensionClassInputValueFormat 
       Inherits System.Enum
    public enum WebDesignerExtensionClassInputValueFormat : System.Enum 
    public enum class WebDesignerExtensionClassInputValueFormat : public System.Enum 
    Member
    MemberBeschreibung
    FileSpecifies that the format for the value is a file. In this case copy your file into the WebDesignerExtension.ExtensionDirectory and put the name of this file in the WebDesignerExtensionClassInputsInfo.Value property.
    JsonSerializableObjectSpecifies that the format for the value is a Json serializable object. It can be set directly in the WebDesignerExtensionClassInputsInfo.Value property.
    ListLabelSpecifies that the format for the value is a ListLabel object. In this case the value of the WebDesignerExtensionClassInputsInfo.Value should be empty string.
    PlainSpecifies that the format for the value is plain text. It is only intended for primitive types like string, int, DateTime, etc. Therefore, the value should be converted as string and then set directly in the WebDesignerExtensionClassInputsInfo.Value property.
    Vererbungshierarchie

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.WindowsClientWebDesigner.WebDesignerExtensionClassInputValueFormat

    Anforderungen

    Plattformen: Windows 10 (Version 21H2 - 22H2), Windows 11 (21H2 - 23H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    Siehe auch