Class SaveSearchPropertiesRequest
Represents the a request for the SaveSearchProperties method.
Inheritance
System.Object
SaveSearchPropertiesRequest
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveSearchPropertiesRequest : ServiceRequest
Constructors
SaveSearchPropertiesRequest()
Declaration
public SaveSearchPropertiesRequest()
Properties
Id
This field is used for get the staff detail by id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchResults
This field is used to update the SearchResults field of SyStaff table while customizing the search results
Declaration
public string SearchResults { get; set; }
Property Value
Type | Description |
---|---|
System.String |