|
|
| Options | Name | Purpose | |
|---|---|---|---|
| # | OpenEdge.Net.MediaLinkEntity Deserialize (longchar, SerializationFormatEnum) |
/* Deserializes a MLE into a real object
@param longchar The serialized MLE
@param SerializationFormatEnum The format in which the MLE is serialized.
@return MediaLinkEntity A newly-created MLE */ |
|
| # | LONGCHAR Serialize (SerializationFormatEnum) |
/* Serializes a MLE to character. A MLE must have at least a ReadUrl OR an
EditUrl in order to be serialised.
@param MediaLinkEntitySerializationTypeEnum How to serialize
@return longchar The serialized values */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | MediaLinkEntity () |
/* Default constructor. */ |
|
| # | MediaLinkEntity (character) |
/* Constructor.
@param character The read/src (relative) URL for the media resource */ |
|
| # | MediaLinkEntity (character, character) |
/* Constructor.
@param character The read/src (relative) URL for the media resource
@param character The edit (relative) URL for the media resource */ |
|
| # | MediaLinkEntity (URI) |
/* Constructor.
@param URI The read/src URL for the media resource */ |
|
| # | MediaLinkEntity (URI, URI) |
/* Constructor.
@param URI The read/src URL for the media resource
@param URI The edit URL for the media resource */ |
| Options | Name | Purpose | |
|---|---|---|---|
| # | CHARACTER EditUrl |
/* (optional) The URL (relative or whole) where a Media Resource can be edited (CUD). */ |
|
| # | CHARACTER ReadUrl |
/* (optional) The URL (relative or whole) where a Media Resource can be read. */ |
|
| # | CHARACTER ResourceName |
/* (optional) A human-readable name for the resource (eg a file name) */ |
|
Top
PROTECTED OpenEdge.Net.MediaLinkEntity Deserialize (longchar, SerializationFormatEnum)
|
|||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED LONGCHAR Serialize (SerializationFormatEnum)
|
|||||||||||||||||||||||
PROTECTED MediaLinkEntity ()
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED MediaLinkEntity (character)
|
||||||||||||||||||
PROTECTED MediaLinkEntity (character, character)
|
||||||||||||||||||
PROTECTED MediaLinkEntity (URI)
|
||||||||||||||||||
PROTECTED MediaLinkEntity (URI, URI)
|
||||||||||||||||||
PROTECTED CHARACTER EditUrl
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER ReadUrl
|
|||||||||||
PROTECTED CHARACTER ResourceName
|
|||||||||||