Fellow Oak DICOM
Search Results for

    Show / Hide Table of Contents

    Class DicomPrivateCreator

    Inheritance
    System.Object
    DicomPrivateCreator
    Implements
    System.IEquatable<DicomPrivateCreator>
    System.IComparable<DicomPrivateCreator>
    System.IComparable
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: FellowOakDicom
    Assembly: fo-dicom.core.dll
    Syntax
    [DataContract]
    public sealed class DicomPrivateCreator : IEquatable<DicomPrivateCreator>, IComparable<DicomPrivateCreator>, IComparable

    Constructors

    DicomPrivateCreator(String)

    Initializes a new instance of the DicomPrivateCreator class.

    Declaration
    public DicomPrivateCreator(string creator)
    Parameters
    Type Name Description
    System.String creator

    The textual value of the private creator

    Properties

    Creator

    Declaration
    [DataMember]
    public string Creator { get; }
    Property Value
    Type Description
    System.String

    Methods

    CompareTo(DicomPrivateCreator)

    Declaration
    public int CompareTo(DicomPrivateCreator other)
    Parameters
    Type Name Description
    DicomPrivateCreator other
    Returns
    Type Description
    System.Int32

    CompareTo(Object)

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Int32

    Equals(DicomPrivateCreator)

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

    Equals(Object)

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

    GetHashCode()

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

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.IEquatable<T>
    System.IComparable<T>
    System.IComparable

    Extension Methods

    LinqExtensions.IsOneOf<T>(T, T[])
    In This Article
    Back to top Copyright (c) 2012-2025 fo-dicom contributors