Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Add_Translation ( Web_Language_Enum Language, string Value ) : void |
Add a new translation for the heading term
|
|
Append_Element ( |
Adds a new citation element to the end of the current elements in this field set If an element exists with the same MetadataTerm, it is removed first. |
|
CitationFieldSet ( ) : System |
Constructor for a new instance of the CitationFieldSet class.
|
|
Clear_Elements ( ) : void |
Clear the elements in this field set
|
|
Insert_Element_After ( |
Adds a new citation element after an existing elements in this field set If an element exists with the same MetadataTerm, it is removed first. If the ID provided to add this element after does not exist, this is just appended to the very end. |
|
Insert_Element_Before ( |
Adds a new citation element before an existing elements in this field set If an element exists with the same MetadataTerm, it is removed first. If the ID provided to add this element after does not exist, this is just appended to the very end. |
|
Remove_Element ( string MetadataTerm ) : void |
Removes a single citation element from this field set, if it exists
|
|
ShouldSerializeHeading ( ) : bool |
Method suppresses XML Serialization of the Heading property if it is empty
|
|
ShouldSerializeTranslations ( ) : bool |
Method suppresses XML Serialization of the Translations property if it is empty
|
public Add_Translation ( Web_Language_Enum Language, string Value ) : void | ||
Language | Web_Language_Enum | Language in which this value is represented |
Value | string | Value in provided language |
Результат | void |
public Append_Element ( |
||
NewElement | New citation element to add | |
Результат | void |
public Insert_Element_After ( |
||
NewElement | New citation element to add | |
RelativeElementID | string | MetadataTerm for the element after which the new citation element should be inserted |
Результат | void |
public Insert_Element_Before ( |
||
NewElement | New citation element to add | |
RelativeElementID | string | MetadataTerm for the element before which the new citation element should be inserted |
Результат | void |
public Remove_Element ( string MetadataTerm ) : void | ||
MetadataTerm | string | Unique identifier for the citation element to remove |
Результат | void |
public ShouldSerializeTranslations ( ) : bool | ||
Результат | bool |