Search Results for

    Show / Hide Table of Contents

    Class FormattingGroup

    Holds formatting elements that can be applied to different elements of BCM content.

    Inheritance
    System.Object
    ExtensionDataContainer
    MetadataContainer
    SkeletonItem
    FormattingGroup
    Implements
    System.IEquatable<MetadataContainer>
    System.IEquatable<SkeletonItem>
    ICloneable<FormattingGroup>
    System.IEquatable<FormattingGroup>
    Inherited Members
    SkeletonItem.Equals(SkeletonItem)
    SkeletonItem.Id
    MetadataContainer.GetMetadata(String)
    MetadataContainer.SetMetadata(String, String)
    MetadataContainer.Equals(MetadataContainer)
    MetadataContainer.ShouldSerialize_metadata()
    MetadataContainer.Metadata
    ExtensionDataContainer.ExtensionData
    Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public class FormattingGroup : SkeletonItem, ICloneable<FormattingGroup>

    Constructors

    FormattingGroup()

    Initializes a new instance of the FormattingGroup class.

    Declaration
    public FormattingGroup()

    Properties

    Items

    Collection of formatting elements in this FormattingGroup.

    Declaration
    public DictionaryEx<string, string> Items { get; set; }
    Property Value
    Type Description
    DictionaryEx<System.String, System.String>

    Methods

    Clone()

    Clones this instance.

    Declaration
    public FormattingGroup Clone()
    Returns
    Type Description
    FormattingGroup

    Equals(FormattingGroup)

    Performs a deep-equals comparison.
    System.Object.Equals(object)

    Declaration
    public bool Equals(FormattingGroup other)
    Parameters
    Type Name Description
    FormattingGroup other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Performs a deep-equals comparison.
    System.Object.Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    SkeletonItem.Equals(Object)

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code for this instance.

    Overrides
    SkeletonItem.GetHashCode()

    ShouldSerializeItems()

    Used by JSON serialization.

    Declaration
    public bool ShouldSerializeItems()
    Returns
    Type Description
    System.Boolean

    Implements

    System.IEquatable<>
    System.IEquatable<>
    ICloneable<T>
    System.IEquatable<>

    On this page

    Back to top Generated by DocFX