[This is preliminary documentation and is subject to change.]
Represents an entity that knows how to transform/apply CLR data types from PortableObjectDocument
System Object
System Attribute NFX.Serialization.POD PortableObjectDocumentDeserializationTransformNamespace: NFX.Serialization.PODAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)]
public abstract class PortableObjectDocumentDeserializationTransform : Attribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)]
public abstract class PortableObjectDocumentDeserializationTransform : Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Interface, AllowMultiple := false,
Inherited := false)>
Public MustInherit Class PortableObjectDocumentDeserializationTransform
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Interface, AllowMultiple := false,
Inherited := false)>
Public MustInherit Class PortableObjectDocumentDeserializationTransform
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Interface, AllowMultiple = false,
Inherited = false)]
public ref class PortableObjectDocumentDeserializationTransform abstract : public Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Interface, AllowMultiple = false,
Inherited = false)]
public ref class PortableObjectDocumentDeserializationTransform abstract : public Attribute
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)>]
type PortableObjectDocumentDeserializationTransform =
class
inherit Attribute
end
[<AbstractClassAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false,
Inherited = false)>]
type PortableObjectDocumentDeserializationTransform =
class
inherit Attribute
end