ReportOperationsCollection 멤버
Represents a collection of report operations.
ReportOperationsCollection 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
ReportOperationsCollection | Initializes a new instance of the ReportOperationsCollection class. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Add | Adds an object to the end of the ReportOperationsCollection. | |
Clear | (CollectionBase에서 상속됩니다.) | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetEnumerator | (CollectionBase에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
OnClear | (CollectionBase에서 상속됩니다.) | |
OnClearComplete | (CollectionBase에서 상속됩니다.) | |
OnInsert | (CollectionBase에서 상속됩니다.) | |
OnInsertComplete | (CollectionBase에서 상속됩니다.) | |
OnRemove | (CollectionBase에서 상속됩니다.) | |
OnRemoveComplete | (CollectionBase에서 상속됩니다.) | |
OnSet | (CollectionBase에서 상속됩니다.) | |
OnSetComplete | (CollectionBase에서 상속됩니다.) | |
OnValidate | (CollectionBase에서 상속됩니다.) | |
RemoveAt | (CollectionBase에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Capacity | (CollectionBase에서 상속됩니다.) | |
Count | (CollectionBase에서 상속됩니다.) | |
InnerList | (CollectionBase에서 상속됩니다.) | |
Item | Gets or sets the element at the specified index. In C#, this property is the indexer for the ReportOperationsCollection class. | |
List | (CollectionBase에서 상속됩니다.) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IList. . :: . .Add | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .Contains | (CollectionBase에서 상속됩니다.) | |
ICollection. . :: . .CopyTo | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .IndexOf | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .Insert | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .IsFixedSize | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .IsReadOnly | (CollectionBase에서 상속됩니다.) | |
ICollection. . :: . .IsSynchronized | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .Item | (CollectionBase에서 상속됩니다.) | |
IList. . :: . .Remove | (CollectionBase에서 상속됩니다.) | |
ICollection. . :: . .SyncRoot | (CollectionBase에서 상속됩니다.) |
맨 위로 이동