Creates an instance
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName, Type childType )
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::..DataType type, string keyAttributeName, string valueAttributeName, string childElementName, Type childType )
Public Sub New ( category As String, helpText As String, note As String, type As ConfigurationPropertyAttribute..::..DataType, keyAttributeName As String, valueAttributeName As String, childElementName As String, childType As Type )
Public Sub New ( category As String, helpText As String, note As String, type As ConfigurationPropertyAttribute..::..DataType, keyAttributeName As String, valueAttributeName As String, childElementName As String, childType As Type )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::..DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName, Type^ childType )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::..DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName, Type^ childType )
new : category : string * helpText : string * note : string * type : ConfigurationPropertyAttribute..::..DataType * keyAttributeName : string * valueAttributeName : string * childElementName : string * childType : Type -> ConfigurationPropertyAttribute
new : category : string * helpText : string * note : string * type : ConfigurationPropertyAttribute..::..DataType * keyAttributeName : string * valueAttributeName : string * childElementName : string * childType : Type -> ConfigurationPropertyAttribute
Parameters
- category (String)
- The category of the configuration property
- helpText (String)
- Any text that can be given to the user as help for this property.
- note (String)
- Note for the end user
- type (ConfigurationPropertyAttribute..::..DataType)
- The type of the element
- keyAttributeName (String)
- The attribute specifying the key
- valueAttributeName (String)
- The name of the attribute used to hold the value of the child element
- childElementName (String)
- The name of the child element in the Xml file
- childType (Type)
- The type of child elements
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120