Class FormattingGroup
Holds formatting elements that can be applied to different elements of BCM content.
Implements
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public class FormattingGroup : SkeletonItem, IEquatable<MetadataContainer>, IEquatable<SkeletonItem>, ICloneable<FormattingGroup>, IEquatable<FormattingGroup>
Constructors
FormattingGroup()
Initializes a new instance of the FormattingGroup class.
Declaration
public FormattingGroup()
Properties
Items
Collection of formatting elements in this FormattingGroup.
Declaration
[DataMember(Name = "items")]
public DictionaryEx<string, string> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| DictionaryEx<string, 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 |
|---|---|
| bool |
Equals(object)
Performs a deep-equals comparison.
System.Object.Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| bool |
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for this instance. |
Overrides
ShouldSerializeItems()
Used by JSON serialization.
Declaration
public bool ShouldSerializeItems()
Returns
| Type | Description |
|---|---|
| bool |