다음을 통해 공유


EntitySet 멤버

변경 추적 및 기타 서비스를 제공하는 Entity 인스턴스의 컬렉션을 나타냅니다.

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

공개 생성자

  이름 설명
  EntitySet EntitySet의 새 인스턴스를 초기화합니다.

위쪽

공개 속성

(보호됨 속성 참고)

  이름 설명
public property CanAdd  집합에서 새 엔터티를 추가할 수 있는지 여부를 나타내는 값을 가져옵니다. (EntitySet에서 상속됨)
public property CanEdit  집합의 엔터티를 편집할 수 있는지 여부를 나타내는 값을 가져옵니다. (EntitySet에서 상속됨)
public property CanRemove  집합에서 엔터티를 제거할 수 있는지 여부를 나타내는 값을 가져옵니다. (EntitySet에서 상속됨)
public property Count  집합의 현재 엔터티 수를 가져옵니다. (EntitySet에서 상속됨)
public property EntityContainer  EntitySet에 대한 컨테이너를 가져옵니다. (EntitySet에서 상속됨)
public property EntityType  EntitySet에 포함된 엔터티의 형식을 가져옵니다. (EntitySet에서 상속됨)
public property HasChanges  EntitySet에 현재 보류 중인 변경 내용이 있는지 여부를 나타내는 값을 가져옵니다. (EntitySet에서 상속됨)
public property IsReadOnly  이 집합에서 업데이트 작업을 지원하는지 여부를 나타내는 값을 가져옵니다. (EntitySet에서 상속됨)

위쪽

보호됨 속성

  이름 설명
protected property List  EntitySet에 대한 지원 목록을 가져옵니다. (EntitySet에서 상속됨)

위쪽

공개 메서드

(보호됨 메서드 참고)

  이름 설명
public method Add 오버로드되었습니다.  
public method Attach 오버로드되었습니다.  
public method Clear  집합에서 모든 엔터티를 지웁니다. (EntitySet에서 상속됨)
public method Detach 오버로드되었습니다.  
public method Equals  오버로드되었습니다. (Object에서 상속됨)
public method GetEnumerator 이 엔터티 집합에 대한 열거자를 반환합니다.
public method GetHashCode  (Object에서 상속됨)
public method GetType  (Object에서 상속됨)
public methodstatic ReferenceEquals  (Object에서 상속됨)
public method Remove 오버로드되었습니다.  
public method ToString  (Object에서 상속됨)

위쪽

보호됨 메서드

  이름 설명
protected method AcceptChanges  EntitySet에 대한 모든 변경 내용 적용을 허용합니다. (EntitySet에서 상속됨)
protected method CreateEntity  새 엔터티를 만듭니다. (EntitySet에서 상속됨)
protected method CreateList  집합에 대한 저장소 목록을 만듭니다. (EntitySet에서 상속됨)
protected method Finalize  (Object에서 상속됨)
protected method MemberwiseClone  (Object에서 상속됨)
protected method OnCollectionChanged  (EntitySet에서 상속됨)
protected method OnPropertyChanged  (EntitySet에서 상속됨)
protected method RaisePropertyChanged  (EntitySet에서 상속됨)
protected method RejectChanges  EntitySet에 대한 모든 변경 내용 적용을 되돌립니다.  (EntitySet에서 상속됨)

위쪽

공개 이벤트

  이름 설명
public event EntityAdded Entity가 이 엔터티 집합에 추가된 경우 발생합니다.
public event EntityRemoved Entity가 이 엔터티 집합에서 제거된 경우 발생합니다.
public event PropertyChanged  속성이 변경된 경우 발생합니다. (EntitySet에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
  System.Collections.Generic.IEnumerable<TEntity>.GetEnumerator 컬렉션의 열거자를 가져옵니다.
  System.Collections.IEnumerable.GetEnumerator  컬렉션의 열거자를 가져옵니다. (EntitySet에서 상속됨)
  System.ComponentModel.IChangeTracking.AcceptChanges  EntitySet에 대한 모든 변경 내용 적용을 허용합니다. (EntitySet에서 상속됨)
  System.ComponentModel.ICollectionViewFactory.CreateView  
  System.ComponentModel.IRevertibleChangeTracking.RejectChanges  EntitySet에 대한 모든 변경 내용 적용을 되돌립니다.  (EntitySet에서 상속됨)
  System.ComponentModel.IChangeTracking.IsChanged  (EntitySet에서 상속됨)
  System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged  (EntitySet에서 상속됨)

위쪽

참고 항목

참조

EntitySet 제네릭 클래스
System.ServiceModel.DomainServices.Client 네임스페이스