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