Class UpdateAfterAttribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = true)]
public class UpdateAfterAttribute : Attribute
- Inheritance
-
UpdateAfterAttribute
- Inherited Members
Constructors
UpdateAfterAttribute(Type)
public UpdateAfterAttribute(Type systemType)
Parameters
systemTypeType
Properties
SystemType
public Type SystemType { get; }