Show / Hide Table of Contents

Class MigratedTypeAttribute

Inheritance
System.Object
MigratedTypeAttribute
Namespace: Eco.Core.Serialization.Migrations.Attributes
Assembly: Eco.Core.dll
Syntax
public class MigratedTypeAttribute : Attribute

Constructors

MigratedTypeAttribute(String)

Declaration
public MigratedTypeAttribute(string name)
Parameters
Type Name Description
System.String name

Properties

IsNullable

Declaration
public bool IsNullable { get; set; }
Property Value
Type Description
System.Boolean

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

SchemaType

Declaration
public string SchemaType { get; }
Property Value
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾