| C# |
public class ContentStyle
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CompareByCreatedUtc(ContentStyle, ContentStyle) |
Compares 2 instances of ContentStyle.
| |
| CompareByCssClass(ContentStyle, ContentStyle) |
Compares 2 instances of ContentStyle.
| |
| CompareByElement(ContentStyle, ContentStyle) |
Compares 2 instances of ContentStyle.
| |
| CompareByLastModUtc(ContentStyle, ContentStyle) |
Compares 2 instances of ContentStyle.
| |
| CompareByName(ContentStyle, ContentStyle) |
Compares 2 instances of ContentStyle.
| |
| CompareBySkinName(ContentStyle, ContentStyle) |
Compares 2 instances of ContentStyle.
| |
| CreatedBy | ||
| CreatedUtc | ||
| CssClass | ||
| Delete(Guid) |
Deletes an instance of ContentStyle. Returns true on success.
| |
| DeleteBySite(Guid) |
Deletes rows from the mp_ContentStyle table for the passed siteGuid. Returns true if rows deleted.
| |
| DeleteBySkin(Guid, String) |
Deletes rows from the mp_ContentStyle table for the passed siteGuid. Returns true if rows deleted.
| |
| Element | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Inherited from Object.) | |
| Get(Guid) |
Looks up and returns an instance of ContentStyle, if not found returns null.
| |
| GetAll(Guid) |
Gets an IList with all instances of ContentStyle.
| |
| GetAll(Guid, String) |
Gets an IList with all instances of ContentStyle for the given skin.
| |
| GetAllActive(Guid) |
Gets an IDataReader with all active instances of ContentStyle.
| |
| GetAllActive(Guid, String) |
Gets an IDataReader with all active instances of ContentStyle for the given skin.
| |
| GetCount(Guid) |
Gets a count of ContentStyle.
| |
| GetCount(Guid, String) |
Gets a count of ContentStyle.
| |
| GetHashCode()()() | (Inherited from Object.) | |
| GetNew(Guid) | ||
| GetPage(Guid, Int32, Int32, Int32%) |
Gets an IList with page of instances of ContentStyle.
| |
| GetPage(Guid, String, Int32, Int32, Int32%) |
Gets an IList with page of instances of ContentStyle.
| |
| GetType()()() | (Inherited from Object.) | |
| Guid | ||
| IsActive | ||
| LastModBy | ||
| LastModUtc | ||
| MakeActiveBySkin(Guid, String) |
Makes all styles of the given skin name active.
| |
| MakeInActiveBySkin(Guid, String) |
Makes all styles of the given skin name inactive.
| |
| MemberwiseClone()()() | (Inherited from Object.) | |
| Name | ||
| Save()()() |
Saves this instance of ContentStyle. Returns true on success.
| |
| SiteGuid | ||
| SkinName | ||
| ToString()()() | (Inherited from Object.) |
| Object | |
| ContentStyle | |