Class RetrievalMethodType
[Serializable]
public class RetrievalMethodType
- Inheritance
-
RetrievalMethodType
- Inherited Members
Properties
Transforms
[AllowNull]
[MaybeNull]
public Collection<TransformType> Transforms { get; set; }
Property Value
TransformsSpecified
Gets a value indicating whether the Transforms collection is empty.
public bool TransformsSpecified { get; }
Property Value
Type
[AllowNull]
[MaybeNull]
public string Type { get; set; }
Property Value
Uri
[AllowNull]
[MaybeNull]
public string Uri { get; set; }