다음을 통해 공유


EntityChangeSet 멤버

Entity에 대한 변경 내용 컬렉션을 나타냅니다.

다음 표에는 EntityChangeSet 유형으로 제공되는 멤버의 목록이 나와 있습니다.

공개 속성

  이름 설명
public property AddedEntities 추가된 엔터티의 컬렉션을 가져옵니다.
public property IsEmpty EntityChangeSet에 변경 내용이 있는지 여부를 나타내는 값을 가져옵니다.
public property ModifiedEntities 수정된 엔터티의 컬렉션을 가져옵니다.
public property RemovedEntities 제거된 엔터티의 컬렉션을 가져옵니다.

위쪽

공개 메서드

(보호됨 메서드 참고)

  이름 설명
public method Equals  오버로드되었습니다. (Object에서 상속됨)
public method GetChangeSetEntries 이 변경 집합에 대한 ChangeSetEntry 항목의 컬렉션을 가져옵니다.
public method GetHashCode  (Object에서 상속됨)
public method GetType  (Object에서 상속됨)
public methodstatic ReferenceEquals  (Object에서 상속됨)
public method ToString 재정의되었습니다. EntityChangeSet의 텍스트 표현을 반환합니다.

위쪽

보호됨 메서드

  이름 설명
protected method Finalize  (Object에서 상속됨)
protected method MemberwiseClone  (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
  System.Collections.Generic.IEnumerable<Entity>.GetEnumerator  
  System.Collections.IEnumerable.GetEnumerator  

위쪽

참고 항목

참조

EntityChangeSet 클래스
System.ServiceModel.DomainServices.Client 네임스페이스