Class CreateRelationshipRequest
public record CreateRelationshipRequest
- Inheritance
-
object
CreateRelationshipRequest
Constructors
CreateRelationshipRequest(Guid, Guid, bool, bool, string?)
public CreateRelationshipRequest(Guid ToPartnerId, Guid RelationshipTypeId, bool IsActive, bool IsMain, string? Notes)
Parameters
ToPartnerId Guid
RelationshipTypeId Guid
IsActive bool
IsMain bool
Notes string
Properties
IsActive
public bool IsActive { get; init; }
Property Value
- bool
IsMain
public bool IsMain { get; init; }
Property Value
- bool
Notes
public string? Notes { get; init; }
Property Value
- string
RelationshipTypeId
public Guid RelationshipTypeId { get; init; }
Property Value
- Guid
ToPartnerId
public Guid ToPartnerId { get; init; }
Property Value
- Guid