namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Concat expression attribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple = true)]
public class CaseAttribute : BaseExpressionAttribute
name | description |
---|---|
CaseAttribute(…) | Creates a new instance |
Else { get; set; } | Gets the else expression |
Switch { get; set; } | Gets the switch expression |
Then { get; } | Gets the then expressions |
When { get; } | Gets the when expressions |
override Translate(…) |
- class BaseExpressionAttribute
- Source: CaseAttribute.cs