Search Results for

    Show / Hide Table of Contents

    Class TransferAdminDto

    Inheritance
    object
    TransferAdminDto
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.Core.Application.DTOs.Organization
    Assembly: OEMS.Core.dll
    Syntax
    public class TransferAdminDto

    Properties

    NewAdminUserId

    Declaration
    [Required]
    public Guid NewAdminUserId { get; set; }
    Property Value
    Type Description
    Guid

    OrganizationId

    Declaration
    [Required]
    public Guid OrganizationId { get; set; }
    Property Value
    Type Description
    Guid
    In this article
    Back to top Generated by DocFX