PersistenceParticipant 생성자

정의

PersistenceParticipant 클래스의 인스턴스를 초기화합니다.

protected:
 PersistenceParticipant();
protected PersistenceParticipant ();
Protected Sub New ()

예제

다음 코드 샘플에서는 PersistenceParticipant에서 파생되는 클래스를 만드는 방법을 보여 줍니다. 이 예제에서는 합니다 고용 프로세스 샘플입니다.

public class HiringRequestInfoPersistenceParticipant: PersistenceIOParticipant
{
    public HiringRequestInfoPersistenceParticipant()
        : base(true, false)
    {
    }

적용 대상