C# 클래스 Microsoft.Legal.MatterCenter.Models.DuplicateDocument

Provides the structure required for checking if document already exists.
파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
DuplicateDocument ( bool documentExists, bool hasPotentialDuplicate ) : System

Constructor to initialize the DuplicateDocument object

메소드 상세

DuplicateDocument() 공개 메소드

Constructor to initialize the DuplicateDocument object
public DuplicateDocument ( bool documentExists, bool hasPotentialDuplicate ) : System
documentExists bool Default value for DocumentExists property
hasPotentialDuplicate bool Default value for HasPotentialDuplicate property
리턴 System