class DesignerSerializerAttribute
in global :: System . ComponentModel . Design . Serialization
Indicates a serializer for the serialization manager to use to serialize the values of the type this attribute is applied to. This class cannot be inherited.
public DesignerSerializerAttribute( string serializerTypeName, string baseSerializerTypeName )
Initializes a new instance of the class.
serializerTypeNameThe fully qualified name of the data type of the serializer.baseSerializerTypeNameThe fully qualified name of the base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.
public DesignerSerializerAttribute( string serializerTypeName, Type baseSerializerType )
Initializes a new instance of the class.
serializerTypeNameThe fully qualified name of the data type of the serializer.baseSerializerTypeThe base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.
public DesignerSerializerAttribute( Type serializerType, Type baseSerializerType )
Initializes a new instance of the class.
serializerTypeThe data type of the serializer.baseSerializerTypeThe base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.
public string SerializerBaseTypeName { get; }
Gets the fully qualified type name of the serializer base type.
- Returns The fully qualified type name of the serializer base type.
public string SerializerTypeName { get; }
Gets the fully qualified type name of the serializer.
- Returns The fully qualified type name of the serializer.
public object TypeId { get; }
Indicates a unique ID for this attribute type.
- Returns A unique ID for this attribute type.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.