C# (CSharp) Uiml.Peers 네임스페이스

클래스들

이름 설명
CustomVocabulary
DClass This class represents a <d-class> element in the vocabulary, specified by the following DTD: <!ELEMENT d-class (d-method*, d-property*, event*, listener*)> <!ATTLIST d-class id NMTOKEN #REQUIRED source CDATA #IMPLIED how (append|cascade|replace) "replace" export (hidden|optional|required) "optional" maps-to CDATA #REQUIRED maps-type CDATA #REQUIRED used-in-tag (event|listener|part) #REQUIRED>
DComponent This class represents a <d-component> element in the vocabulary, specified by the following DTD: <!ELEMENT d-component (d-method)*> <!ATTLIST d-component id NMTOKEN #REQUIRED source CDATA #IMPLIED how (append|cascade|replace) "replace" export (hidden|optional|required) "optional" maps-to CDATA #IMPLIED location CDATA #IMPLIED>
DProperty This class represents a <d-property> element in the vocabulary, specified by the following DTD: <!ELEMENT d-property (d-method*,d-param*)> <!ATTLIST d-property id NMTOKEN #REQUIRED maps-type (attribute|getMethod|setMethod|method) #REQUIRED maps-to CDATA #REQUIRED return-type CDATA #IMPLIED>
Event This class represents a <event> element in the vocabulary, specified by the following DTD: <!ELEMENT event EMPTY> <!ATTLIST event class NMTOKEN #IMPLIED part-name NMTOKEN #IMPLIED part-class NMTOKEN #IMPLIED>
Location
Script This class represents a <script> element in the vocabulary, specified by the following DTD: <!ELEMENT d-param (#PCDATA)> <ATTLIST d-param id NMTOKEN #IMPLIED type CDATA #IMPLIED>