C# 클래스 VAGSuite.TransactionCollection

상속: SortableCollectionBase, ICustomTypeDescriptor
파일 보기 프로젝트 열기: Blackfrosch/VAGEDCSuite 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( TransactionEntry value ) : int
Contains ( TransactionEntry value ) : bool
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : String
GetComponentName ( ) : String
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection

Called to get the properties of this type.

GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.

GetPropertyOwner ( PropertyDescriptor pd ) : object
IndexOf ( TransactionEntry value ) : int
Insert ( int index, TransactionEntry value ) : void
Remove ( TransactionEntry value ) : void
TransactionCollection ( ) : System
this ( int index ) : TransactionEntry

보호된 메소드들

메소드 설명
OnInsert ( int index, Object value ) : void
OnRemove ( int index, Object value ) : void
OnSet ( int index, Object oldValue, Object newValue ) : void
OnValidate ( Object value ) : void

메소드 상세

Add() 공개 메소드

public Add ( TransactionEntry value ) : int
value TransactionEntry
리턴 int

Contains() 공개 메소드

public Contains ( TransactionEntry value ) : bool
value TransactionEntry
리턴 bool

GetAttributes() 공개 메소드

public GetAttributes ( ) : AttributeCollection
리턴 System.ComponentModel.AttributeCollection

GetClassName() 공개 메소드

public GetClassName ( ) : String
리턴 String

GetComponentName() 공개 메소드

public GetComponentName ( ) : String
리턴 String

GetConverter() 공개 메소드

public GetConverter ( ) : TypeConverter
리턴 System.ComponentModel.TypeConverter

GetDefaultEvent() 공개 메소드

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
리턴 System.ComponentModel.EventDescriptor

GetDefaultProperty() 공개 메소드

public GetDefaultProperty ( ) : PropertyDescriptor
리턴 System.ComponentModel.PropertyDescriptor

GetEditor() 공개 메소드

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
리턴 object

GetEvents() 공개 메소드

public GetEvents ( ) : EventDescriptorCollection
리턴 System.ComponentModel.EventDescriptorCollection

GetEvents() 공개 메소드

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.EventDescriptorCollection

GetProperties() 공개 메소드

Called to get the properties of this type.
public GetProperties ( ) : PropertyDescriptorCollection
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

Called to get the properties of this type. Returns properties with certain attributes. this restriction is not implemented here.
public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection

GetPropertyOwner() 공개 메소드

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd System.ComponentModel.PropertyDescriptor
리턴 object

IndexOf() 공개 메소드

public IndexOf ( TransactionEntry value ) : int
value TransactionEntry
리턴 int

Insert() 공개 메소드

public Insert ( int index, TransactionEntry value ) : void
index int
value TransactionEntry
리턴 void

OnInsert() 보호된 메소드

protected OnInsert ( int index, Object value ) : void
index int
value Object
리턴 void

OnRemove() 보호된 메소드

protected OnRemove ( int index, Object value ) : void
index int
value Object
리턴 void

OnSet() 보호된 메소드

protected OnSet ( int index, Object oldValue, Object newValue ) : void
index int
oldValue Object
newValue Object
리턴 void

OnValidate() 보호된 메소드

protected OnValidate ( Object value ) : void
value Object
리턴 void

Remove() 공개 메소드

public Remove ( TransactionEntry value ) : void
value TransactionEntry
리턴 void

TransactionCollection() 공개 메소드

public TransactionCollection ( ) : System
리턴 System

this() 공개 메소드

public this ( int index ) : TransactionEntry
index int
리턴 TransactionEntry