Class ServerSideOnlyAttribute
Marks target method or property having only server-side translation.
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple = true, Inherited = false)]
public class ServerSideOnlyAttribute : MappingAttribute, _Attribute
- Inheritance
-
objectServerSideOnlyAttribute
- Implements
- Inherited Members
- Extension Methods
Methods
GetObjectID()
Returns mapping attribute id, based on all attribute options.
public override string GetObjectID()