Search Results for

    Show / Hide Table of Contents

    Class CommentDefinition

    Contains comment data. Can be referenced by multiple CommentContainer instances.

    Inheritance
    System.Object
    ExtensionDataContainer
    MetadataContainer
    SkeletonItem
    CommentDefinition
    Implements
    System.IEquatable<MetadataContainer>
    System.IEquatable<SkeletonItem>
    ICloneable<CommentDefinition>
    System.IEquatable<CommentDefinition>
    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 CommentDefinition : SkeletonItem, ICloneable<CommentDefinition>

    Constructors

    CommentDefinition()

    Initializes a new instance of the CommentDefinition class.

    Declaration
    public CommentDefinition()

    Properties

    Author

    Gets or sets the author.

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    The author.

    CommentSeverity

    Gets or sets the comment severity.

    Declaration
    public CommentSeverity CommentSeverity { get; set; }
    Property Value
    Type Description
    CommentSeverity

    The comment severity.

    Date

    Gets or sets the comment creation date.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    The comment creation date.

    Text

    Gets or sets the text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Methods

    Clone()

    Clones this instance.

    Declaration
    public CommentDefinition Clone()
    Returns
    Type Description
    CommentDefinition

    A dee

    Equals(CommentDefinition)

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

    Declaration
    public bool Equals(CommentDefinition other)
    Parameters
    Type Name Description
    CommentDefinition 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()

    Implements

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

    On this page

    Back to top Generated by DocFX