C# 클래스 MWS.Templates.ParticipantConfigurationTemplate

파일 보기 프로젝트 열기: Movilizer/.NET_Connector

공개 프로퍼티들

프로퍼티 타입 설명
_attributeUpdates List
_participantConfiguration MovilizerParticipantConfiguration

공개 메소드들

메소드 설명
AddAttributeUpdate ( MovilizerAttributeEntry attributeUpdate ) : void
ParticipantConfigurationTemplate ( MovilizerParticipantConfiguration participantConfiguration ) : System.Collections.Generic
ToMasterdataEntry ( ) : MovilizerParticipantConfiguration

메소드 상세

AddAttributeUpdate() 공개 메소드

public AddAttributeUpdate ( MovilizerAttributeEntry attributeUpdate ) : void
attributeUpdate MovilizerAttributeEntry
리턴 void

ParticipantConfigurationTemplate() 공개 메소드

public ParticipantConfigurationTemplate ( MovilizerParticipantConfiguration participantConfiguration ) : System.Collections.Generic
participantConfiguration MovilizerParticipantConfiguration
리턴 System.Collections.Generic

ToMasterdataEntry() 공개 메소드

public ToMasterdataEntry ( ) : MovilizerParticipantConfiguration
리턴 MovilizerParticipantConfiguration

프로퍼티 상세

_attributeUpdates 공개적으로 프로퍼티

public List _attributeUpdates
리턴 List

_participantConfiguration 공개적으로 프로퍼티

public MovilizerParticipantConfiguration _participantConfiguration
리턴 MovilizerParticipantConfiguration