ProfileSeoExtensions Class
Namespace: PTS.Modules.ProfileSeoExtension.Domain
Assembly: PTS.Modules.ProfileSeoExtension.dll
Syntax
public static class ProfileSeoExtensions
Inheritance
System.Object
ProfileSeoExtensions
Methods
SetData(ProfileSeo, ISeoData)
Sets the ISeoData on entity
.
Declaration
public static ProfileSeo SetData(this ProfileSeo entity, ISeoData data)
Parameters
Type | Name | Description |
---|---|---|
ProfileSeo | entity | The entity. |
ISeoData | data | The data. |
Returns
Type | Description |
---|---|
ProfileSeo |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()