프로퍼티 | 타입 | 설명 | |
---|---|---|---|
OnCreatedDateChanged | void | ||
OnCreatedDateChanging | void | ||
OnNameChanged | void | ||
OnNameChanging | void | ||
OnSourceTypeIdChanged | void | ||
OnSourceTypeIdChanging | void |
메소드 | 설명 | |
---|---|---|
CreateSourceType ( global sourceTypeId, global name, global createdDate ) : |
Create a new SourceType object.
|
메소드 | 설명 | |
---|---|---|
OnCreatedDateChanged ( ) : void | ||
OnCreatedDateChanging ( global value ) : void | ||
OnNameChanged ( ) : void | ||
OnNameChanging ( global value ) : void | ||
OnSourceTypeIdChanged ( ) : void | ||
OnSourceTypeIdChanging ( global value ) : void |
public static CreateSourceType ( global sourceTypeId, global name, global createdDate ) : |
||
sourceTypeId | global | Initial value of the SourceTypeId property. |
name | global | Initial value of the Name property. |
createdDate | global | Initial value of the CreatedDate property. |
리턴 |