[This is preliminary documentation and is subject to change.]
A SIF_Protocol
| C# | Visual Basic | Visual C++ |
public class SIF_Protocol : SifKeyedElement
Public Class SIF_Protocol _ Inherits SifKeyedElement
public ref class SIF_Protocol : public SifKeyedElement
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIF_ProtocolSIF_ProtocolNew()() |
Creates an instance of a SIF_Protocol
| |
| SIF_ProtocolSIF_ProtocolNew(String, YesNo) |
Constructor that accepts values for all mandatory fields
| |
| AddSIF_Property(SIF_Property) | Adds a new <SIF_Property> child element. | |
| AddSIF_Property(String, String) | Adds the value of the <SIF_Property> element. | |
| GetSIF_Property(String, String) |
Gets a SIF_Property object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| GetSIF_Propertys()() |
Gets all SIF_Property object instances. More than once instance can be defined for this object because it is a repeatable field element.
| |
| KeyFields |
Gets the metadata fields that make up the key of this object
(Overrides SifKeyedElement.KeyFields.) | |
| RemoveSIF_Property(String, String) |
Removes a SIF_Property object instance. More than one instance can be defined for this object because it is a repeatable field element.
| |
| Secure |
Gets or sets the value of the Secure attribute.
| |
| SetSecure(YesNo) |
Sets the value of the Secure attribute.
| |
| SetSIF_Propertys(array<SIF_Property>[]()) |
Sets all SIF_Property object instances. All existing
SIF_Property instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all SIF_Propertys.
| |
| SIF_URL |
Gets or sets the value of the <SIF_URL> element.
| |
| Type |
Gets or sets the value of the Type attribute.
|
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | ||||
| Element | ||||
| SifElement | ||||
| SifKeyedElement | ||||
| SIF_Protocol | ||||