다음을 통해 공유


EntitySet 멤버

Entity 인스턴스의 컬렉션을 나타냅니다.

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

공개 속성

(보호됨 속성 참고)

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

위쪽

보호됨 속성

  이름 설명
protected property List EntitySet에 대한 지원 목록을 가져옵니다.

위쪽

공개 메서드

(보호됨 메서드 참고)

  이름 설명
public method Add 지정된 Entity를 이 EntitySet에 추가합니다.
public method Attach 지정된 Entity를 수정되지 않은 상태로 이 EntitySet에 연결합니다.
public method Clear 집합에서 모든 엔터티를 지웁니다.
public method Detach EntitySet에서 지정된 Entity를 분리합니다.
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에 대한 모든 변경 내용 적용을 허용합니다.
protected method CreateEntity 새 엔터티를 만듭니다.
protected method CreateList 집합에 대한 저장소 목록을 만듭니다.
protected method Finalize  (Object에서 상속됨)
protected method MemberwiseClone  (Object에서 상속됨)
protected method OnCollectionChanged 컬렉션이 변경될 때마다 호출됩니다.
protected method OnPropertyChanged EntitySet 속성이 변경된 경우 호출됩니다.
protected method RaisePropertyChanged 지정된 속성에 대해 PropertyChanged 이벤트를 발생시킵니다.
protected method RejectChanges EntitySet에 대한 모든 변경 내용 적용을 되돌립니다.

위쪽

공개 이벤트

  이름 설명
public event PropertyChanged 속성이 변경된 경우 발생합니다.

위쪽

명시적 인터페이스 구현

  이름 설명
  System.Collections.IEnumerable.GetEnumerator  
  System.ComponentModel.IChangeTracking.AcceptChanges  
  System.ComponentModel.IRevertibleChangeTracking.RejectChanges  
  System.ComponentModel.IChangeTracking.IsChanged  
  System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged  

위쪽

참고 항목

참조

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