Search Results for

    Show / Hide Table of Contents

    Class AttributeElement

    Defines the attribute configuration element

    Inheritance
    System.Object
    System.Configuration.ConfigurationElement
    AttributeElement
    Inherited Members
    System.Configuration.ConfigurationElement.Init()
    System.Configuration.ConfigurationElement.IsModified()
    System.Configuration.ConfigurationElement.ResetModified()
    System.Configuration.ConfigurationElement.IsReadOnly()
    System.Configuration.ConfigurationElement.SetReadOnly()
    System.Configuration.ConfigurationElement.ListErrors(System.Collections.IList)
    System.Configuration.ConfigurationElement.InitializeDefault()
    System.Configuration.ConfigurationElement.Reset(System.Configuration.ConfigurationElement)
    System.Configuration.ConfigurationElement.Equals(System.Object)
    System.Configuration.ConfigurationElement.GetHashCode()
    System.Configuration.ConfigurationElement.SetPropertyValue(System.Configuration.ConfigurationProperty, System.Object, System.Boolean)
    System.Configuration.ConfigurationElement.Unmerge(System.Configuration.ConfigurationElement, System.Configuration.ConfigurationElement, System.Configuration.ConfigurationSaveMode)
    System.Configuration.ConfigurationElement.SerializeToXmlElement(System.Xml.XmlWriter, System.String)
    System.Configuration.ConfigurationElement.SerializeElement(System.Xml.XmlWriter, System.Boolean)
    System.Configuration.ConfigurationElement.DeserializeElement(System.Xml.XmlReader, System.Boolean)
    System.Configuration.ConfigurationElement.OnRequiredPropertyNotFound(System.String)
    System.Configuration.ConfigurationElement.PostDeserialize()
    System.Configuration.ConfigurationElement.PreSerialize(System.Xml.XmlWriter)
    System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String, System.String)
    System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedElement(System.String, System.Xml.XmlReader)
    System.Configuration.ConfigurationElement.GetTransformedTypeString(System.String)
    System.Configuration.ConfigurationElement.GetTransformedAssemblyString(System.String)
    System.Configuration.ConfigurationElement.LockAttributes
    System.Configuration.ConfigurationElement.LockAllAttributesExcept
    System.Configuration.ConfigurationElement.LockElements
    System.Configuration.ConfigurationElement.LockAllElementsExcept
    System.Configuration.ConfigurationElement.LockItem
    System.Configuration.ConfigurationElement.Item[System.Configuration.ConfigurationProperty]
    System.Configuration.ConfigurationElement.Item[System.String]
    System.Configuration.ConfigurationElement.Properties
    System.Configuration.ConfigurationElement.ElementInformation
    System.Configuration.ConfigurationElement.EvaluationContext
    System.Configuration.ConfigurationElement.ElementProperty
    System.Configuration.ConfigurationElement.HasContext
    System.Configuration.ConfigurationElement.CurrentConfiguration
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.