Class AttributeElement
Defines the attribute configuration element
Inheritance
Inherited Members
Namespace: Quark.CMSAdapters.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public class AttributeElement : ConfigurationElement
Constructors
AttributeElement()
Initializes a new instance of the AttributeElement class.
Declaration
public AttributeElement()
Properties
BidirectionalIndexing
Gets or sets the bidirectional indexing.
Declaration
[ConfigurationProperty("bidirectionalIndexing", DefaultValue = "false", IsRequired = false)]
public string BidirectionalIndexing { get; set; }
Property Value
Type | Description |
---|---|
System.String | The bidirectional indexing. |
Format
Gets or sets the format.
Declaration
[ConfigurationProperty("format", IsRequired = false)]
public string Format { get; set; }
Property Value
Type | Description |
---|---|
System.String | The format. |
IgnoreBlankValue
Gets or sets the flag to ignore blank value.
Declaration
[ConfigurationProperty("ignoreBlankValue", DefaultValue = "false", IsRequired = false)]
public string IgnoreBlankValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ignore blank value. |
IndexingOption
Gets or sets the indexing option.
Declaration
[ConfigurationProperty("indexingOption", DefaultValue = IndexingOptions.INITIAL_VERSION, IsRequired = false)]
public IndexingOptions IndexingOption { get; set; }
Property Value
Type | Description |
---|---|
IndexingOptions | The indexing option. |
InheritValueFromTemplate
Gets or sets whether to inherit attribute value from template.
Declaration
[ConfigurationProperty("inheritValueFromTemplate", DefaultValue = "false", IsRequired = false)]
public string InheritValueFromTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | "true" if value is inherited from template otherwise "false". |
IsInvariantCultureFormat
Gets or sets whether date time format is culture independent.
Declaration
[ConfigurationProperty("isInvariantCultureFormat", DefaultValue = "false", IsRequired = false)]
public string IsInvariantCultureFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | "true" if date time format is culture independent otherwise "false". |
Name
Gets or sets the name.
Declaration
[ConfigurationProperty("name", DefaultValue = "unknown", IsRequired = true)]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Namespace
Gets or sets the namespace.
Declaration
[ConfigurationProperty("namespace", DefaultValue = "", IsRequired = false)]
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String | The namespace. |
Transform
Gets or sets the transform.
Declaration
[ConfigurationProperty("transform", DefaultValue = "", IsRequired = false)]
public string Transform { get; set; }
Property Value
Type | Description |
---|---|
System.String | The transform. |
Value
Gets or sets the value.
Declaration
[ConfigurationProperty("value", IsRequired = false)]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
XPath
Gets or sets the X path.
Declaration
[ConfigurationProperty("xpath", IsRequired = false)]
public string XPath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The X path. |