Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ValueObject<T>

    Represents a base class for value objects with a generic identifier type.

    Inheritance
    object
    ValueObject
    ValueObject<T>
    Contact
    ContactType
    SimpleVo<T>
    Permission
    RequestTracking
    Inherited Members
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Core.Model
    Assembly: Innovt.Domain.Core.dll
    Syntax
    public abstract class ValueObject<T> : ValueObject where T : struct
    Type Parameters
    Name Description
    T

    The type of the identifier.

    Properties

    | Edit this page View Source

    Id

    Gets or sets the identifier for the value object.

    Declaration
    public T Id { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX