Search Results for

    Show / Hide Table of Contents

    Interface ICompositeTypeStyle

    Represents a composite style definition

    Inherited Members
    IVectorStyle.StyleType
    IVectorStyle.RuleCount
    IRuleCollection<ICompositeRule>.IndexOfRule(ICompositeRule)
    IRuleCollection<ICompositeRule>.GetRuleAt(Int32)
    IRuleCollection<ICompositeRule>.MoveUp(ICompositeRule)
    IRuleCollection<ICompositeRule>.MoveDown(ICompositeRule)
    IRuleCollection.IndexOfRule(IVectorRule)
    IRuleCollection.MoveUp(IVectorRule)
    IRuleCollection.MoveDown(IVectorRule)
    Namespace: OSGeo.MapGuide.ObjectModels.LayerDefinition
    Assembly: OSGeo.MapGuide.ObjectModels.dll
    Syntax
    public interface ICompositeTypeStyle : IVectorStyle, IRuleCollection<ICompositeRule>, IRuleCollection

    Properties

    | Improve this Doc View Source

    CompositeRule

    Gets the composite rules.

    Declaration
    IEnumerable<ICompositeRule> CompositeRule { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<ICompositeRule>

    The composite rules.

    | Improve this Doc View Source

    DisplayString

    Gets a display string for data-binding purposes

    Declaration
    string DisplayString { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    AddCompositeRule(ICompositeRule)

    Adds the composite rule.

    Declaration
    void AddCompositeRule(ICompositeRule compRule)
    Parameters
    Type Name Description
    ICompositeRule compRule

    The comp rule.

    | Improve this Doc View Source

    RemoveCompositeRule(ICompositeRule)

    Removes the composite rule.

    Declaration
    void RemoveCompositeRule(ICompositeRule compRule)
    Parameters
    Type Name Description
    ICompositeRule compRule

    The comp rule.

    Extension Methods

    ExtensionMethods.RemoveAllRules(ICompositeTypeStyle)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng