PersistenceParticipant 생성자

정의

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

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

예제

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

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

적용 대상